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.identityMethods in com.oracle.bmc.identity that return CreateSmtpCredentialResponse Modifier and Type Method Description CreateSmtpCredentialResponseIdentity. createSmtpCredential(CreateSmtpCredentialRequest request)Creates a new SMTP credential for the specified user.CreateSmtpCredentialResponseIdentityClient. 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.responsesMethods in com.oracle.bmc.identity.responses that return CreateSmtpCredentialResponse Modifier and Type Method Description CreateSmtpCredentialResponseCreateSmtpCredentialResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type CreateSmtpCredentialResponse Modifier and Type Method Description CreateSmtpCredentialResponse.BuilderCreateSmtpCredentialResponse.Builder. copy(CreateSmtpCredentialResponse o)Copy method to populate the builder with values from the given instance.
 
-