Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.responses.CancelSenderInvitationResponse
-
Packages that use CancelSenderInvitationResponse Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of CancelSenderInvitationResponse in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return CancelSenderInvitationResponse Modifier and Type Method Description CancelSenderInvitationResponse
SenderInvitation. cancelSenderInvitation(CancelSenderInvitationRequest request)
Cancels a sender invitation.CancelSenderInvitationResponse
SenderInvitationClient. cancelSenderInvitation(CancelSenderInvitationRequest request)
Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type CancelSenderInvitationResponse Modifier and Type Method Description Future<CancelSenderInvitationResponse>
SenderInvitationAsync. cancelSenderInvitation(CancelSenderInvitationRequest request, AsyncHandler<CancelSenderInvitationRequest,CancelSenderInvitationResponse> handler)
Cancels a sender invitation.Future<CancelSenderInvitationResponse>
SenderInvitationAsyncClient. cancelSenderInvitation(CancelSenderInvitationRequest request, AsyncHandler<CancelSenderInvitationRequest,CancelSenderInvitationResponse> handler)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type CancelSenderInvitationResponse Modifier and Type Method Description Future<CancelSenderInvitationResponse>
SenderInvitationAsync. cancelSenderInvitation(CancelSenderInvitationRequest request, AsyncHandler<CancelSenderInvitationRequest,CancelSenderInvitationResponse> handler)
Cancels a sender invitation.Future<CancelSenderInvitationResponse>
SenderInvitationAsyncClient. cancelSenderInvitation(CancelSenderInvitationRequest request, AsyncHandler<CancelSenderInvitationRequest,CancelSenderInvitationResponse> handler)
-
Uses of CancelSenderInvitationResponse in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return CancelSenderInvitationResponse Modifier and Type Method Description CancelSenderInvitationResponse
CancelSenderInvitationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type CancelSenderInvitationResponse Modifier and Type Method Description CancelSenderInvitationResponse.Builder
CancelSenderInvitationResponse.Builder. copy(CancelSenderInvitationResponse o)
Copy method to populate the builder with values from the given instance.
-