Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.IgnoreRecipientInvitationRequest
-
Packages that use IgnoreRecipientInvitationRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of IgnoreRecipientInvitationRequest in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane with parameters of type IgnoreRecipientInvitationRequest Modifier and Type Method Description IgnoreRecipientInvitationResponse
RecipientInvitation. ignoreRecipientInvitation(IgnoreRecipientInvitationRequest request)
Ignores a recipient invitation.Future<IgnoreRecipientInvitationResponse>
RecipientInvitationAsync. ignoreRecipientInvitation(IgnoreRecipientInvitationRequest request, AsyncHandler<IgnoreRecipientInvitationRequest,IgnoreRecipientInvitationResponse> handler)
Ignores a recipient invitation.Future<IgnoreRecipientInvitationResponse>
RecipientInvitationAsyncClient. ignoreRecipientInvitation(IgnoreRecipientInvitationRequest request, AsyncHandler<IgnoreRecipientInvitationRequest,IgnoreRecipientInvitationResponse> handler)
IgnoreRecipientInvitationResponse
RecipientInvitationClient. ignoreRecipientInvitation(IgnoreRecipientInvitationRequest request)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type IgnoreRecipientInvitationRequest 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 IgnoreRecipientInvitationRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return IgnoreRecipientInvitationRequest Modifier and Type Method Description IgnoreRecipientInvitationRequest
IgnoreRecipientInvitationRequest.Builder. build()
Build the instance of IgnoreRecipientInvitationRequest as configured by this builderIgnoreRecipientInvitationRequest
IgnoreRecipientInvitationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of IgnoreRecipientInvitationRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type IgnoreRecipientInvitationRequest Modifier and Type Method Description IgnoreRecipientInvitationRequest.Builder
IgnoreRecipientInvitationRequest.Builder. copy(IgnoreRecipientInvitationRequest o)
Copy method to populate the builder with values from the given instance.
-