Uses of Class
software.amazon.awssdk.services.snowball.model.GetSnowballUsageResponse
-
Packages that use GetSnowballUsageResponse Package Description software.amazon.awssdk.services.snowball The Amazon Web Services Snow Family provides a petabyte-scale data transport solution that uses secure devices to transfer large amounts of data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3). -
-
Uses of GetSnowballUsageResponse in software.amazon.awssdk.services.snowball
Methods in software.amazon.awssdk.services.snowball that return GetSnowballUsageResponse Modifier and Type Method Description default GetSnowballUsageResponseSnowballClient. getSnowballUsage()Returns information about the Snow Family service limit for your account, and also the number of Snow devices your account has in use.default GetSnowballUsageResponseSnowballClient. getSnowballUsage(Consumer<GetSnowballUsageRequest.Builder> getSnowballUsageRequest)Returns information about the Snow Family service limit for your account, and also the number of Snow devices your account has in use.default GetSnowballUsageResponseSnowballClient. getSnowballUsage(GetSnowballUsageRequest getSnowballUsageRequest)Returns information about the Snow Family service limit for your account, and also the number of Snow devices your account has in use.Methods in software.amazon.awssdk.services.snowball that return types with arguments of type GetSnowballUsageResponse Modifier and Type Method Description default CompletableFuture<GetSnowballUsageResponse>SnowballAsyncClient. getSnowballUsage()Returns information about the Snow Family service limit for your account, and also the number of Snow devices your account has in use.default CompletableFuture<GetSnowballUsageResponse>SnowballAsyncClient. getSnowballUsage(Consumer<GetSnowballUsageRequest.Builder> getSnowballUsageRequest)Returns information about the Snow Family service limit for your account, and also the number of Snow devices your account has in use.default CompletableFuture<GetSnowballUsageResponse>SnowballAsyncClient. getSnowballUsage(GetSnowballUsageRequest getSnowballUsageRequest)Returns information about the Snow Family service limit for your account, and also the number of Snow devices your account has in use.
-