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