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