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