Uses of Class
software.amazon.awssdk.services.storagegateway.model.GatewayInfo
-
Packages that use GatewayInfo Package Description software.amazon.awssdk.services.storagegateway.model software.amazon.awssdk.services.storagegateway.paginators -
-
Uses of GatewayInfo in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type GatewayInfo Modifier and Type Method Description List<GatewayInfo>ListGatewaysResponse. gateways()An array of GatewayInfo objects.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type GatewayInfo Modifier and Type Method Description ListGatewaysResponse.BuilderListGatewaysResponse.Builder. gateways(GatewayInfo... gateways)An array of GatewayInfo objects.Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type GatewayInfo Modifier and Type Method Description ListGatewaysResponse.BuilderListGatewaysResponse.Builder. gateways(Collection<GatewayInfo> gateways)An array of GatewayInfo objects. -
Uses of GatewayInfo in software.amazon.awssdk.services.storagegateway.paginators
Methods in software.amazon.awssdk.services.storagegateway.paginators that return types with arguments of type GatewayInfo Modifier and Type Method Description SdkIterable<GatewayInfo>ListGatewaysIterable. gateways()Returns an iterable to iterate through the paginatedListGatewaysResponse.gateways()member.SdkPublisher<GatewayInfo>ListGatewaysPublisher. gateways()Returns a publisher that can be used to get a stream of data.
-