Uses of Class
software.amazon.awssdk.services.alexaforbusiness.model.ListGatewaysResponse
-
Packages that use ListGatewaysResponse Package Description software.amazon.awssdk.services.alexaforbusiness Alexa for Business has been retired and is no longer supported.software.amazon.awssdk.services.alexaforbusiness.paginators -
-
Uses of ListGatewaysResponse in software.amazon.awssdk.services.alexaforbusiness
Methods in software.amazon.awssdk.services.alexaforbusiness that return ListGatewaysResponse Modifier and Type Method Description default ListGatewaysResponseAlexaForBusinessClient. listGateways(Consumer<ListGatewaysRequest.Builder> listGatewaysRequest)Deprecated.Alexa For Business is no longer supporteddefault ListGatewaysResponseAlexaForBusinessClient. listGateways(ListGatewaysRequest listGatewaysRequest)Deprecated.Alexa For Business is no longer supportedMethods in software.amazon.awssdk.services.alexaforbusiness that return types with arguments of type ListGatewaysResponse Modifier and Type Method Description default CompletableFuture<ListGatewaysResponse>AlexaForBusinessAsyncClient. listGateways(Consumer<ListGatewaysRequest.Builder> listGatewaysRequest)Deprecated.Alexa For Business is no longer supporteddefault CompletableFuture<ListGatewaysResponse>AlexaForBusinessAsyncClient. listGateways(ListGatewaysRequest listGatewaysRequest)Deprecated.Alexa For Business is no longer supported -
Uses of ListGatewaysResponse in software.amazon.awssdk.services.alexaforbusiness.paginators
Methods in software.amazon.awssdk.services.alexaforbusiness.paginators that return types with arguments of type ListGatewaysResponse Modifier and Type Method Description Iterator<ListGatewaysResponse>ListGatewaysIterable. iterator()Method parameters in software.amazon.awssdk.services.alexaforbusiness.paginators with type arguments of type ListGatewaysResponse Modifier and Type Method Description voidListGatewaysPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGatewaysResponse> subscriber)
-