Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.responses.CreateSenderInvitationResponse
-
Packages that use CreateSenderInvitationResponse Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of CreateSenderInvitationResponse in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return CreateSenderInvitationResponse Modifier and Type Method Description CreateSenderInvitationResponse
SenderInvitation. createSenderInvitation(CreateSenderInvitationRequest request)
Creates a sender invitation and asynchronously sends the invitation to the recipient.CreateSenderInvitationResponse
SenderInvitationClient. createSenderInvitation(CreateSenderInvitationRequest request)
Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type CreateSenderInvitationResponse Modifier and Type Method Description Future<CreateSenderInvitationResponse>
SenderInvitationAsync. createSenderInvitation(CreateSenderInvitationRequest request, AsyncHandler<CreateSenderInvitationRequest,CreateSenderInvitationResponse> handler)
Creates a sender invitation and asynchronously sends the invitation to the recipient.Future<CreateSenderInvitationResponse>
SenderInvitationAsyncClient. createSenderInvitation(CreateSenderInvitationRequest request, AsyncHandler<CreateSenderInvitationRequest,CreateSenderInvitationResponse> handler)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type CreateSenderInvitationResponse Modifier and Type Method Description Future<CreateSenderInvitationResponse>
SenderInvitationAsync. createSenderInvitation(CreateSenderInvitationRequest request, AsyncHandler<CreateSenderInvitationRequest,CreateSenderInvitationResponse> handler)
Creates a sender invitation and asynchronously sends the invitation to the recipient.Future<CreateSenderInvitationResponse>
SenderInvitationAsyncClient. createSenderInvitation(CreateSenderInvitationRequest request, AsyncHandler<CreateSenderInvitationRequest,CreateSenderInvitationResponse> handler)
-
Uses of CreateSenderInvitationResponse in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return CreateSenderInvitationResponse Modifier and Type Method Description CreateSenderInvitationResponse
CreateSenderInvitationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type CreateSenderInvitationResponse Modifier and Type Method Description CreateSenderInvitationResponse.Builder
CreateSenderInvitationResponse.Builder. copy(CreateSenderInvitationResponse o)
Copy method to populate the builder with values from the given instance.
-