Uses of Class
com.oracle.bmc.identitydomains.responses.CreateMySmtpCredentialResponse
-
Packages that use CreateMySmtpCredentialResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of CreateMySmtpCredentialResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return CreateMySmtpCredentialResponse Modifier and Type Method Description CreateMySmtpCredentialResponse
IdentityDomains. createMySmtpCredential(CreateMySmtpCredentialRequest request)
Create a user’s own SMTP credential.CreateMySmtpCredentialResponse
IdentityDomainsClient. createMySmtpCredential(CreateMySmtpCredentialRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type CreateMySmtpCredentialResponse Modifier and Type Method Description Future<CreateMySmtpCredentialResponse>
IdentityDomainsAsync. createMySmtpCredential(CreateMySmtpCredentialRequest request, AsyncHandler<CreateMySmtpCredentialRequest,CreateMySmtpCredentialResponse> handler)
Create a user’s own SMTP credential.Future<CreateMySmtpCredentialResponse>
IdentityDomainsAsyncClient. createMySmtpCredential(CreateMySmtpCredentialRequest request, AsyncHandler<CreateMySmtpCredentialRequest,CreateMySmtpCredentialResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreateMySmtpCredentialResponse Modifier and Type Method Description Future<CreateMySmtpCredentialResponse>
IdentityDomainsAsync. createMySmtpCredential(CreateMySmtpCredentialRequest request, AsyncHandler<CreateMySmtpCredentialRequest,CreateMySmtpCredentialResponse> handler)
Create a user’s own SMTP credential.Future<CreateMySmtpCredentialResponse>
IdentityDomainsAsyncClient. createMySmtpCredential(CreateMySmtpCredentialRequest request, AsyncHandler<CreateMySmtpCredentialRequest,CreateMySmtpCredentialResponse> handler)
-
Uses of CreateMySmtpCredentialResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return CreateMySmtpCredentialResponse Modifier and Type Method Description CreateMySmtpCredentialResponse
CreateMySmtpCredentialResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type CreateMySmtpCredentialResponse Modifier and Type Method Description CreateMySmtpCredentialResponse.Builder
CreateMySmtpCredentialResponse.Builder. copy(CreateMySmtpCredentialResponse o)
Copy method to populate the builder with values from the given instance.
-