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