Uses of Class
com.oracle.bmc.identitydomains.responses.CreateSmtpCredentialResponse
-
Packages that use CreateSmtpCredentialResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of CreateSmtpCredentialResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return CreateSmtpCredentialResponse Modifier and Type Method Description CreateSmtpCredentialResponse
IdentityDomains. createSmtpCredential(CreateSmtpCredentialRequest request)
Create a user’s SMTP credentials.CreateSmtpCredentialResponse
IdentityDomainsClient. createSmtpCredential(CreateSmtpCredentialRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type CreateSmtpCredentialResponse Modifier and Type Method Description Future<CreateSmtpCredentialResponse>
IdentityDomainsAsync. createSmtpCredential(CreateSmtpCredentialRequest request, AsyncHandler<CreateSmtpCredentialRequest,CreateSmtpCredentialResponse> handler)
Create a user’s SMTP credentials.Future<CreateSmtpCredentialResponse>
IdentityDomainsAsyncClient. createSmtpCredential(CreateSmtpCredentialRequest request, AsyncHandler<CreateSmtpCredentialRequest,CreateSmtpCredentialResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateSmtpCredentialResponse Modifier and Type Method Description Future<CreateSmtpCredentialResponse>
IdentityDomainsAsync. createSmtpCredential(CreateSmtpCredentialRequest request, AsyncHandler<CreateSmtpCredentialRequest,CreateSmtpCredentialResponse> handler)
Create a user’s SMTP credentials.Future<CreateSmtpCredentialResponse>
IdentityDomainsAsyncClient. createSmtpCredential(CreateSmtpCredentialRequest request, AsyncHandler<CreateSmtpCredentialRequest,CreateSmtpCredentialResponse> handler)
-
Uses of CreateSmtpCredentialResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return CreateSmtpCredentialResponse Modifier and Type Method Description CreateSmtpCredentialResponse
CreateSmtpCredentialResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.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.
-