Uses of Class
software.amazon.awssdk.services.repostspace.model.SendInvitesResponse
-
Packages that use SendInvitesResponse Package Description software.amazon.awssdk.services.repostspace AWS re:Post Private is a private version of AWS re:Post for enterprises with Enterprise Support or Enterprise On-Ramp Support plans. -
-
Uses of SendInvitesResponse in software.amazon.awssdk.services.repostspace
Methods in software.amazon.awssdk.services.repostspace that return SendInvitesResponse Modifier and Type Method Description default SendInvitesResponseRepostspaceClient. sendInvites(Consumer<SendInvitesRequest.Builder> sendInvitesRequest)Sends an invitation email to selected users and groups.default SendInvitesResponseRepostspaceClient. sendInvites(SendInvitesRequest sendInvitesRequest)Sends an invitation email to selected users and groups.Methods in software.amazon.awssdk.services.repostspace that return types with arguments of type SendInvitesResponse Modifier and Type Method Description default CompletableFuture<SendInvitesResponse>RepostspaceAsyncClient. sendInvites(Consumer<SendInvitesRequest.Builder> sendInvitesRequest)Sends an invitation email to selected users and groups.default CompletableFuture<SendInvitesResponse>RepostspaceAsyncClient. sendInvites(SendInvitesRequest sendInvitesRequest)Sends an invitation email to selected users and groups.
-