Uses of Class
com.oracle.bmc.identitydomains.responses.PatchMyDeviceResponse
-
Packages that use PatchMyDeviceResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of PatchMyDeviceResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return PatchMyDeviceResponse Modifier and Type Method Description PatchMyDeviceResponse
IdentityDomains. patchMyDevice(PatchMyDeviceRequest request)
Update a DevicePatchMyDeviceResponse
IdentityDomainsClient. patchMyDevice(PatchMyDeviceRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type PatchMyDeviceResponse Modifier and Type Method Description Future<PatchMyDeviceResponse>
IdentityDomainsAsync. patchMyDevice(PatchMyDeviceRequest request, AsyncHandler<PatchMyDeviceRequest,PatchMyDeviceResponse> handler)
Update a DeviceFuture<PatchMyDeviceResponse>
IdentityDomainsAsyncClient. patchMyDevice(PatchMyDeviceRequest request, AsyncHandler<PatchMyDeviceRequest,PatchMyDeviceResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchMyDeviceResponse Modifier and Type Method Description Future<PatchMyDeviceResponse>
IdentityDomainsAsync. patchMyDevice(PatchMyDeviceRequest request, AsyncHandler<PatchMyDeviceRequest,PatchMyDeviceResponse> handler)
Update a DeviceFuture<PatchMyDeviceResponse>
IdentityDomainsAsyncClient. patchMyDevice(PatchMyDeviceRequest request, AsyncHandler<PatchMyDeviceRequest,PatchMyDeviceResponse> handler)
-
Uses of PatchMyDeviceResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return PatchMyDeviceResponse Modifier and Type Method Description PatchMyDeviceResponse
PatchMyDeviceResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PatchMyDeviceResponse Modifier and Type Method Description PatchMyDeviceResponse.Builder
PatchMyDeviceResponse.Builder. copy(PatchMyDeviceResponse o)
Copy method to populate the builder with values from the given instance.
-