Uses of Class
software.amazon.awssdk.services.storagegateway.model.ListGatewaysResponse
-
Packages that use ListGatewaysResponse Package Description software.amazon.awssdk.services.storagegateway Storage Gateway Service software.amazon.awssdk.services.storagegateway.paginators -
-
Uses of ListGatewaysResponse in software.amazon.awssdk.services.storagegateway
Methods in software.amazon.awssdk.services.storagegateway that return ListGatewaysResponse Modifier and Type Method Description default ListGatewaysResponseStorageGatewayClient. listGateways()Lists gateways owned by an Amazon Web Services account in an Amazon Web Services Region specified in the request.default ListGatewaysResponseStorageGatewayClient. listGateways(Consumer<ListGatewaysRequest.Builder> listGatewaysRequest)Lists gateways owned by an Amazon Web Services account in an Amazon Web Services Region specified in the request.default ListGatewaysResponseStorageGatewayClient. listGateways(ListGatewaysRequest listGatewaysRequest)Lists gateways owned by an Amazon Web Services account in an Amazon Web Services Region specified in the request.Methods in software.amazon.awssdk.services.storagegateway that return types with arguments of type ListGatewaysResponse Modifier and Type Method Description default CompletableFuture<ListGatewaysResponse>StorageGatewayAsyncClient. listGateways()Lists gateways owned by an Amazon Web Services account in an Amazon Web Services Region specified in the request.default CompletableFuture<ListGatewaysResponse>StorageGatewayAsyncClient. listGateways(Consumer<ListGatewaysRequest.Builder> listGatewaysRequest)Lists gateways owned by an Amazon Web Services account in an Amazon Web Services Region specified in the request.default CompletableFuture<ListGatewaysResponse>StorageGatewayAsyncClient. listGateways(ListGatewaysRequest listGatewaysRequest)Lists gateways owned by an Amazon Web Services account in an Amazon Web Services Region specified in the request. -
Uses of ListGatewaysResponse in software.amazon.awssdk.services.storagegateway.paginators
Methods in software.amazon.awssdk.services.storagegateway.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.storagegateway.paginators with type arguments of type ListGatewaysResponse Modifier and Type Method Description voidListGatewaysPublisher. subscribe(org.reactivestreams.Subscriber<? super ListGatewaysResponse> subscriber)
-