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