Uses of Class
com.oracle.bmc.usageapi.responses.UpdateEmailRecipientsGroupResponse
-
Packages that use UpdateEmailRecipientsGroupResponse Package Description com.oracle.bmc.usageapi com.oracle.bmc.usageapi.responses -
-
Uses of UpdateEmailRecipientsGroupResponse in com.oracle.bmc.usageapi
Methods in com.oracle.bmc.usageapi that return UpdateEmailRecipientsGroupResponse Modifier and Type Method Description UpdateEmailRecipientsGroupResponse
Usageapi. updateEmailRecipientsGroup(UpdateEmailRecipientsGroupRequest request)
Update a saved email recipients group.UpdateEmailRecipientsGroupResponse
UsageapiClient. updateEmailRecipientsGroup(UpdateEmailRecipientsGroupRequest request)
Methods in com.oracle.bmc.usageapi that return types with arguments of type UpdateEmailRecipientsGroupResponse Modifier and Type Method Description Future<UpdateEmailRecipientsGroupResponse>
UsageapiAsync. updateEmailRecipientsGroup(UpdateEmailRecipientsGroupRequest request, AsyncHandler<UpdateEmailRecipientsGroupRequest,UpdateEmailRecipientsGroupResponse> handler)
Update a saved email recipients group.Future<UpdateEmailRecipientsGroupResponse>
UsageapiAsyncClient. updateEmailRecipientsGroup(UpdateEmailRecipientsGroupRequest request, AsyncHandler<UpdateEmailRecipientsGroupRequest,UpdateEmailRecipientsGroupResponse> handler)
Method parameters in com.oracle.bmc.usageapi with type arguments of type UpdateEmailRecipientsGroupResponse Modifier and Type Method Description Future<UpdateEmailRecipientsGroupResponse>
UsageapiAsync. updateEmailRecipientsGroup(UpdateEmailRecipientsGroupRequest request, AsyncHandler<UpdateEmailRecipientsGroupRequest,UpdateEmailRecipientsGroupResponse> handler)
Update a saved email recipients group.Future<UpdateEmailRecipientsGroupResponse>
UsageapiAsyncClient. updateEmailRecipientsGroup(UpdateEmailRecipientsGroupRequest request, AsyncHandler<UpdateEmailRecipientsGroupRequest,UpdateEmailRecipientsGroupResponse> handler)
-
Uses of UpdateEmailRecipientsGroupResponse in com.oracle.bmc.usageapi.responses
Methods in com.oracle.bmc.usageapi.responses that return UpdateEmailRecipientsGroupResponse Modifier and Type Method Description UpdateEmailRecipientsGroupResponse
UpdateEmailRecipientsGroupResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.usageapi.responses with parameters of type UpdateEmailRecipientsGroupResponse Modifier and Type Method Description UpdateEmailRecipientsGroupResponse.Builder
UpdateEmailRecipientsGroupResponse.Builder. copy(UpdateEmailRecipientsGroupResponse o)
Copy method to populate the builder with values from the given instance.
-