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