Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.responses.UpdateRecipientInvitationResponse
-
Packages that use UpdateRecipientInvitationResponse Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of UpdateRecipientInvitationResponse in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return UpdateRecipientInvitationResponse Modifier and Type Method Description UpdateRecipientInvitationResponse
RecipientInvitation. updateRecipientInvitation(UpdateRecipientInvitationRequest request)
Updates the recipient invitation.UpdateRecipientInvitationResponse
RecipientInvitationClient. updateRecipientInvitation(UpdateRecipientInvitationRequest request)
Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type UpdateRecipientInvitationResponse Modifier and Type Method Description Future<UpdateRecipientInvitationResponse>
RecipientInvitationAsync. updateRecipientInvitation(UpdateRecipientInvitationRequest request, AsyncHandler<UpdateRecipientInvitationRequest,UpdateRecipientInvitationResponse> handler)
Updates the recipient invitation.Future<UpdateRecipientInvitationResponse>
RecipientInvitationAsyncClient. updateRecipientInvitation(UpdateRecipientInvitationRequest request, AsyncHandler<UpdateRecipientInvitationRequest,UpdateRecipientInvitationResponse> handler)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type UpdateRecipientInvitationResponse Modifier and Type Method Description Future<UpdateRecipientInvitationResponse>
RecipientInvitationAsync. updateRecipientInvitation(UpdateRecipientInvitationRequest request, AsyncHandler<UpdateRecipientInvitationRequest,UpdateRecipientInvitationResponse> handler)
Updates the recipient invitation.Future<UpdateRecipientInvitationResponse>
RecipientInvitationAsyncClient. updateRecipientInvitation(UpdateRecipientInvitationRequest request, AsyncHandler<UpdateRecipientInvitationRequest,UpdateRecipientInvitationResponse> handler)
-
Uses of UpdateRecipientInvitationResponse in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return UpdateRecipientInvitationResponse Modifier and Type Method Description UpdateRecipientInvitationResponse
UpdateRecipientInvitationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type UpdateRecipientInvitationResponse Modifier and Type Method Description UpdateRecipientInvitationResponse.Builder
UpdateRecipientInvitationResponse.Builder. copy(UpdateRecipientInvitationResponse o)
Copy method to populate the builder with values from the given instance.
-