Uses of Class
software.amazon.awssdk.services.mediaconnect.model.ListGatewaysResponse
-
Packages that use ListGatewaysResponse Package Description software.amazon.awssdk.services.mediaconnect API for AWS Elemental MediaConnectsoftware.amazon.awssdk.services.mediaconnect.paginators -
-
Uses of ListGatewaysResponse in software.amazon.awssdk.services.mediaconnect
Methods in software.amazon.awssdk.services.mediaconnect that return ListGatewaysResponse Modifier and Type Method Description default ListGatewaysResponseMediaConnectClient. listGateways(Consumer<ListGatewaysRequest.Builder> listGatewaysRequest)Displays a list of gateways that are associated with this account.default ListGatewaysResponseMediaConnectClient. listGateways(ListGatewaysRequest listGatewaysRequest)Displays a list of gateways that are associated with this account.Methods in software.amazon.awssdk.services.mediaconnect that return types with arguments of type ListGatewaysResponse Modifier and Type Method Description default CompletableFuture<ListGatewaysResponse>MediaConnectAsyncClient. listGateways(Consumer<ListGatewaysRequest.Builder> listGatewaysRequest)Displays a list of gateways that are associated with this account.default CompletableFuture<ListGatewaysResponse>MediaConnectAsyncClient. listGateways(ListGatewaysRequest listGatewaysRequest)Displays a list of gateways that are associated with this account. -
Uses of ListGatewaysResponse in software.amazon.awssdk.services.mediaconnect.paginators
Methods in software.amazon.awssdk.services.mediaconnect.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.mediaconnect.paginators with type arguments of type ListGatewaysResponse Modifier and Type Method Description voidListGatewaysPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGatewaysResponse> subscriber)
-