Uses of Class
com.oracle.bmc.identitydomains.responses.GetSettingResponse
-
Packages that use GetSettingResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of GetSettingResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return GetSettingResponse Modifier and Type Method Description GetSettingResponse
IdentityDomains. getSetting(GetSettingRequest request)
Get SettingsGetSettingResponse
IdentityDomainsClient. getSetting(GetSettingRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type GetSettingResponse Modifier and Type Method Description Future<GetSettingResponse>
IdentityDomainsAsync. getSetting(GetSettingRequest request, AsyncHandler<GetSettingRequest,GetSettingResponse> handler)
Get SettingsFuture<GetSettingResponse>
IdentityDomainsAsyncClient. getSetting(GetSettingRequest request, AsyncHandler<GetSettingRequest,GetSettingResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type GetSettingResponse Modifier and Type Method Description Future<GetSettingResponse>
IdentityDomainsAsync. getSetting(GetSettingRequest request, AsyncHandler<GetSettingRequest,GetSettingResponse> handler)
Get SettingsFuture<GetSettingResponse>
IdentityDomainsAsyncClient. getSetting(GetSettingRequest request, AsyncHandler<GetSettingRequest,GetSettingResponse> handler)
-
Uses of GetSettingResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return GetSettingResponse Modifier and Type Method Description GetSettingResponse
GetSettingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type GetSettingResponse Modifier and Type Method Description GetSettingResponse.Builder
GetSettingResponse.Builder. copy(GetSettingResponse o)
Copy method to populate the builder with values from the given instance.
-