Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.CreateSenderInvitationRequest
-
Packages that use CreateSenderInvitationRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of CreateSenderInvitationRequest in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane with parameters of type CreateSenderInvitationRequest Modifier and Type Method Description CreateSenderInvitationResponse
SenderInvitation. createSenderInvitation(CreateSenderInvitationRequest request)
Creates a sender invitation and asynchronously sends the invitation to the recipient.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)
CreateSenderInvitationResponse
SenderInvitationClient. createSenderInvitation(CreateSenderInvitationRequest request)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type CreateSenderInvitationRequest 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 CreateSenderInvitationRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return CreateSenderInvitationRequest Modifier and Type Method Description CreateSenderInvitationRequest
CreateSenderInvitationRequest.Builder. build()
Build the instance of CreateSenderInvitationRequest as configured by this builderCreateSenderInvitationRequest
CreateSenderInvitationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateSenderInvitationRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type CreateSenderInvitationRequest Modifier and Type Method Description CreateSenderInvitationRequest.Builder
CreateSenderInvitationRequest.Builder. copy(CreateSenderInvitationRequest o)
Copy method to populate the builder with values from the given instance.
-