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