Uses of Class
com.oracle.bmc.email.requests.UpdateSenderRequest
-
Packages that use UpdateSenderRequest Package Description com.oracle.bmc.email com.oracle.bmc.email.requests -
-
Uses of UpdateSenderRequest in com.oracle.bmc.email
Methods in com.oracle.bmc.email with parameters of type UpdateSenderRequest Modifier and Type Method Description UpdateSenderResponse
Email. updateSender(UpdateSenderRequest request)
Replaces the set of tags for a sender with the tags provided.Future<UpdateSenderResponse>
EmailAsync. updateSender(UpdateSenderRequest request, AsyncHandler<UpdateSenderRequest,UpdateSenderResponse> handler)
Replaces the set of tags for a sender with the tags provided.Future<UpdateSenderResponse>
EmailAsyncClient. updateSender(UpdateSenderRequest request, AsyncHandler<UpdateSenderRequest,UpdateSenderResponse> handler)
UpdateSenderResponse
EmailClient. updateSender(UpdateSenderRequest request)
Method parameters in com.oracle.bmc.email with type arguments of type UpdateSenderRequest Modifier and Type Method Description Future<UpdateSenderResponse>
EmailAsync. updateSender(UpdateSenderRequest request, AsyncHandler<UpdateSenderRequest,UpdateSenderResponse> handler)
Replaces the set of tags for a sender with the tags provided.Future<UpdateSenderResponse>
EmailAsyncClient. updateSender(UpdateSenderRequest request, AsyncHandler<UpdateSenderRequest,UpdateSenderResponse> handler)
-
Uses of UpdateSenderRequest in com.oracle.bmc.email.requests
Methods in com.oracle.bmc.email.requests that return UpdateSenderRequest Modifier and Type Method Description UpdateSenderRequest
UpdateSenderRequest.Builder. build()
Build the instance of UpdateSenderRequest as configured by this builderUpdateSenderRequest
UpdateSenderRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateSenderRequest as configured by this builderMethods in com.oracle.bmc.email.requests with parameters of type UpdateSenderRequest Modifier and Type Method Description UpdateSenderRequest.Builder
UpdateSenderRequest.Builder. copy(UpdateSenderRequest o)
Copy method to populate the builder with values from the given instance.
-