Uses of Class
com.oracle.bmc.identitydomains.requests.PutIdentitySettingRequest
-
Packages that use PutIdentitySettingRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PutIdentitySettingRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PutIdentitySettingRequest Modifier and Type Method Description PutIdentitySettingResponse
IdentityDomains. putIdentitySetting(PutIdentitySettingRequest request)
Replace an Identity setting.Future<PutIdentitySettingResponse>
IdentityDomainsAsync. putIdentitySetting(PutIdentitySettingRequest request, AsyncHandler<PutIdentitySettingRequest,PutIdentitySettingResponse> handler)
Replace an Identity setting.Future<PutIdentitySettingResponse>
IdentityDomainsAsyncClient. putIdentitySetting(PutIdentitySettingRequest request, AsyncHandler<PutIdentitySettingRequest,PutIdentitySettingResponse> handler)
PutIdentitySettingResponse
IdentityDomainsClient. putIdentitySetting(PutIdentitySettingRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PutIdentitySettingRequest 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 PutIdentitySettingRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PutIdentitySettingRequest Modifier and Type Method Description PutIdentitySettingRequest
PutIdentitySettingRequest.Builder. build()
Build the instance of PutIdentitySettingRequest as configured by this builderPutIdentitySettingRequest
PutIdentitySettingRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PutIdentitySettingRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PutIdentitySettingRequest Modifier and Type Method Description PutIdentitySettingRequest.Builder
PutIdentitySettingRequest.Builder. copy(PutIdentitySettingRequest o)
Copy method to populate the builder with values from the given instance.
-