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