Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.ListSenderInvitationsRequest
-
Packages that use ListSenderInvitationsRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of ListSenderInvitationsRequest in com.oracle.bmc.tenantmanagercontrolplane
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type ListSenderInvitationsRequest Modifier and Type Method Description Future<ListSenderInvitationsResponse>
SenderInvitationAsync. listSenderInvitations(ListSenderInvitationsRequest request, AsyncHandler<ListSenderInvitationsRequest,ListSenderInvitationsResponse> handler)
Return a (paginated) list of sender invitations.Future<ListSenderInvitationsResponse>
SenderInvitationAsyncClient. listSenderInvitations(ListSenderInvitationsRequest request, AsyncHandler<ListSenderInvitationsRequest,ListSenderInvitationsResponse> handler)
-
Uses of ListSenderInvitationsRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return ListSenderInvitationsRequest Modifier and Type Method Description ListSenderInvitationsRequest
ListSenderInvitationsRequest.Builder. build()
Build the instance of ListSenderInvitationsRequest as configured by this builderListSenderInvitationsRequest
ListSenderInvitationsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListSenderInvitationsRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type ListSenderInvitationsRequest Modifier and Type Method Description ListSenderInvitationsRequest.Builder
ListSenderInvitationsRequest.Builder. copy(ListSenderInvitationsRequest o)
Copy method to populate the builder with values from the given instance.
-