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