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