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