Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.CancelSenderInvitationRequest
-
Packages that use CancelSenderInvitationRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of CancelSenderInvitationRequest in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane with parameters of type CancelSenderInvitationRequest Modifier and Type Method Description CancelSenderInvitationResponse
SenderInvitation. cancelSenderInvitation(CancelSenderInvitationRequest request)
Cancels a sender invitation.Future<CancelSenderInvitationResponse>
SenderInvitationAsync. cancelSenderInvitation(CancelSenderInvitationRequest request, AsyncHandler<CancelSenderInvitationRequest,CancelSenderInvitationResponse> handler)
Cancels a sender invitation.Future<CancelSenderInvitationResponse>
SenderInvitationAsyncClient. cancelSenderInvitation(CancelSenderInvitationRequest request, AsyncHandler<CancelSenderInvitationRequest,CancelSenderInvitationResponse> handler)
CancelSenderInvitationResponse
SenderInvitationClient. cancelSenderInvitation(CancelSenderInvitationRequest request)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type CancelSenderInvitationRequest 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 CancelSenderInvitationRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return CancelSenderInvitationRequest Modifier and Type Method Description CancelSenderInvitationRequest
CancelSenderInvitationRequest.Builder. build()
Build the instance of CancelSenderInvitationRequest as configured by this builderCancelSenderInvitationRequest
CancelSenderInvitationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CancelSenderInvitationRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type CancelSenderInvitationRequest Modifier and Type Method Description CancelSenderInvitationRequest.Builder
CancelSenderInvitationRequest.Builder. copy(CancelSenderInvitationRequest o)
Copy method to populate the builder with values from the given instance.
-