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