Uses of Class
com.oracle.bmc.identitydomains.requests.PatchMyDeviceRequest
-
Packages that use PatchMyDeviceRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PatchMyDeviceRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PatchMyDeviceRequest Modifier and Type Method Description PatchMyDeviceResponse
IdentityDomains. patchMyDevice(PatchMyDeviceRequest request)
Update a DeviceFuture<PatchMyDeviceResponse>
IdentityDomainsAsync. patchMyDevice(PatchMyDeviceRequest request, AsyncHandler<PatchMyDeviceRequest,PatchMyDeviceResponse> handler)
Update a DeviceFuture<PatchMyDeviceResponse>
IdentityDomainsAsyncClient. patchMyDevice(PatchMyDeviceRequest request, AsyncHandler<PatchMyDeviceRequest,PatchMyDeviceResponse> handler)
PatchMyDeviceResponse
IdentityDomainsClient. patchMyDevice(PatchMyDeviceRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchMyDeviceRequest 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 PatchMyDeviceRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PatchMyDeviceRequest Modifier and Type Method Description PatchMyDeviceRequest
PatchMyDeviceRequest.Builder. build()
Build the instance of PatchMyDeviceRequest as configured by this builderPatchMyDeviceRequest
PatchMyDeviceRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchMyDeviceRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PatchMyDeviceRequest Modifier and Type Method Description PatchMyDeviceRequest.Builder
PatchMyDeviceRequest.Builder. copy(PatchMyDeviceRequest o)
Copy method to populate the builder with values from the given instance.
-