Uses of Class
com.oracle.bmc.identity.responses.DeleteUserResponse
-
Packages that use DeleteUserResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of DeleteUserResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return DeleteUserResponse Modifier and Type Method Description DeleteUserResponse
Identity. deleteUser(DeleteUserRequest request)
Deletes the specified user.DeleteUserResponse
IdentityClient. deleteUser(DeleteUserRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type DeleteUserResponse Modifier and Type Method Description Future<DeleteUserResponse>
IdentityAsync. deleteUser(DeleteUserRequest request, AsyncHandler<DeleteUserRequest,DeleteUserResponse> handler)
Deletes the specified user.Future<DeleteUserResponse>
IdentityAsyncClient. deleteUser(DeleteUserRequest request, AsyncHandler<DeleteUserRequest,DeleteUserResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type DeleteUserResponse Modifier and Type Method Description Future<DeleteUserResponse>
IdentityAsync. deleteUser(DeleteUserRequest request, AsyncHandler<DeleteUserRequest,DeleteUserResponse> handler)
Deletes the specified user.Future<DeleteUserResponse>
IdentityAsyncClient. deleteUser(DeleteUserRequest request, AsyncHandler<DeleteUserRequest,DeleteUserResponse> handler)
-
Uses of DeleteUserResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return DeleteUserResponse Modifier and Type Method Description DeleteUserResponse
DeleteUserResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type DeleteUserResponse Modifier and Type Method Description DeleteUserResponse.Builder
DeleteUserResponse.Builder. copy(DeleteUserResponse o)
Copy method to populate the builder with values from the given instance.
-