Uses of Class
software.amazon.awssdk.services.repostspace.model.SendInvitesRequest
-
Packages that use SendInvitesRequest 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.software.amazon.awssdk.services.repostspace.transform -
-
Uses of SendInvitesRequest in software.amazon.awssdk.services.repostspace
Methods in software.amazon.awssdk.services.repostspace with parameters of type SendInvitesRequest Modifier and Type Method Description default CompletableFuture<SendInvitesResponse>RepostspaceAsyncClient. sendInvites(SendInvitesRequest sendInvitesRequest)Sends an invitation email to selected users and groups.default SendInvitesResponseRepostspaceClient. sendInvites(SendInvitesRequest sendInvitesRequest)Sends an invitation email to selected users and groups. -
Uses of SendInvitesRequest in software.amazon.awssdk.services.repostspace.transform
Methods in software.amazon.awssdk.services.repostspace.transform with parameters of type SendInvitesRequest Modifier and Type Method Description SdkHttpFullRequestSendInvitesRequestMarshaller. marshall(SendInvitesRequest sendInvitesRequest)
-