Uses of Class
com.oracle.bmc.identity.responses.CreateOrResetUIPasswordResponse
-
Packages that use CreateOrResetUIPasswordResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of CreateOrResetUIPasswordResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return CreateOrResetUIPasswordResponse Modifier and Type Method Description CreateOrResetUIPasswordResponse
Identity. createOrResetUIPassword(CreateOrResetUIPasswordRequest request)
Creates a new Console one-time password for the specified user.CreateOrResetUIPasswordResponse
IdentityClient. createOrResetUIPassword(CreateOrResetUIPasswordRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type CreateOrResetUIPasswordResponse Modifier and Type Method Description Future<CreateOrResetUIPasswordResponse>
IdentityAsync. createOrResetUIPassword(CreateOrResetUIPasswordRequest request, AsyncHandler<CreateOrResetUIPasswordRequest,CreateOrResetUIPasswordResponse> handler)
Creates a new Console one-time password for the specified user.Future<CreateOrResetUIPasswordResponse>
IdentityAsyncClient. createOrResetUIPassword(CreateOrResetUIPasswordRequest request, AsyncHandler<CreateOrResetUIPasswordRequest,CreateOrResetUIPasswordResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type CreateOrResetUIPasswordResponse Modifier and Type Method Description Future<CreateOrResetUIPasswordResponse>
IdentityAsync. createOrResetUIPassword(CreateOrResetUIPasswordRequest request, AsyncHandler<CreateOrResetUIPasswordRequest,CreateOrResetUIPasswordResponse> handler)
Creates a new Console one-time password for the specified user.Future<CreateOrResetUIPasswordResponse>
IdentityAsyncClient. createOrResetUIPassword(CreateOrResetUIPasswordRequest request, AsyncHandler<CreateOrResetUIPasswordRequest,CreateOrResetUIPasswordResponse> handler)
-
Uses of CreateOrResetUIPasswordResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return CreateOrResetUIPasswordResponse Modifier and Type Method Description CreateOrResetUIPasswordResponse
CreateOrResetUIPasswordResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type CreateOrResetUIPasswordResponse Modifier and Type Method Description CreateOrResetUIPasswordResponse.Builder
CreateOrResetUIPasswordResponse.Builder. copy(CreateOrResetUIPasswordResponse o)
Copy method to populate the builder with values from the given instance.
-