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