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