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