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