Uses of Class
software.amazon.awssdk.services.storagegateway.model.PoolInfo
-
Packages that use PoolInfo Package Description software.amazon.awssdk.services.storagegateway.model software.amazon.awssdk.services.storagegateway.paginators -
-
Uses of PoolInfo in software.amazon.awssdk.services.storagegateway.model
Methods in software.amazon.awssdk.services.storagegateway.model that return types with arguments of type PoolInfo Modifier and Type Method Description List<PoolInfo>ListTapePoolsResponse. poolInfos()An array ofPoolInfoobjects, where each object describes a single custom tape pool.Methods in software.amazon.awssdk.services.storagegateway.model with parameters of type PoolInfo Modifier and Type Method Description ListTapePoolsResponse.BuilderListTapePoolsResponse.Builder. poolInfos(PoolInfo... poolInfos)An array ofPoolInfoobjects, where each object describes a single custom tape pool.Method parameters in software.amazon.awssdk.services.storagegateway.model with type arguments of type PoolInfo Modifier and Type Method Description ListTapePoolsResponse.BuilderListTapePoolsResponse.Builder. poolInfos(Collection<PoolInfo> poolInfos)An array ofPoolInfoobjects, where each object describes a single custom tape pool. -
Uses of PoolInfo in software.amazon.awssdk.services.storagegateway.paginators
Methods in software.amazon.awssdk.services.storagegateway.paginators that return types with arguments of type PoolInfo Modifier and Type Method Description SdkIterable<PoolInfo>ListTapePoolsIterable. poolInfos()Returns an iterable to iterate through the paginatedListTapePoolsResponse.poolInfos()member.SdkPublisher<PoolInfo>ListTapePoolsPublisher. poolInfos()Returns a publisher that can be used to get a stream of data.
-