Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.SendInvitationResponse
-
Packages that use SendInvitationResponse Package Description software.amazon.awssdk.services.alexaforbusiness Alexa for Business has been retired and is no longer supported. -
-
Uses of SendInvitationResponse in software.amazon.awssdk.services.alexaforbusiness
Methods in software.amazon.awssdk.services.alexaforbusiness that return SendInvitationResponse Modifier and Type Method Description default SendInvitationResponseAlexaForBusinessClient. sendInvitation(Consumer<SendInvitationRequest.Builder> sendInvitationRequest)Deprecated.Alexa For Business is no longer supporteddefault SendInvitationResponseAlexaForBusinessClient. sendInvitation(SendInvitationRequest sendInvitationRequest)Deprecated.Alexa For Business is no longer supportedMethods in software.amazon.awssdk.services.alexaforbusiness that return types with arguments of type SendInvitationResponse Modifier and Type Method Description default CompletableFuture<SendInvitationResponse>AlexaForBusinessAsyncClient. sendInvitation(Consumer<SendInvitationRequest.Builder> sendInvitationRequest)Deprecated.Alexa For Business is no longer supporteddefault CompletableFuture<SendInvitationResponse>AlexaForBusinessAsyncClient. sendInvitation(SendInvitationRequest sendInvitationRequest)Deprecated.Alexa For Business is no longer supported
-