Uses of Class
com.oracle.bmc.identitydomains.responses.PatchIdentitySettingResponse
-
Packages that use PatchIdentitySettingResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of PatchIdentitySettingResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return PatchIdentitySettingResponse Modifier and Type Method Description PatchIdentitySettingResponse
IdentityDomains. patchIdentitySetting(PatchIdentitySettingRequest request)
Update an Identity setting.PatchIdentitySettingResponse
IdentityDomainsClient. patchIdentitySetting(PatchIdentitySettingRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type PatchIdentitySettingResponse 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)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchIdentitySettingResponse 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 PatchIdentitySettingResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return PatchIdentitySettingResponse Modifier and Type Method Description PatchIdentitySettingResponse
PatchIdentitySettingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PatchIdentitySettingResponse Modifier and Type Method Description PatchIdentitySettingResponse.Builder
PatchIdentitySettingResponse.Builder. copy(PatchIdentitySettingResponse o)
Copy method to populate the builder with values from the given instance.
-