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