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