Uses of Class
software.amazon.awssdk.services.lightsail.model.GetBucketsResponse
-
Packages that use GetBucketsResponse Package Description software.amazon.awssdk.services.lightsail Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. -
-
Uses of GetBucketsResponse in software.amazon.awssdk.services.lightsail
Methods in software.amazon.awssdk.services.lightsail that return GetBucketsResponse Modifier and Type Method Description default GetBucketsResponseLightsailClient. getBuckets(Consumer<GetBucketsRequest.Builder> getBucketsRequest)Returns information about one or more Amazon Lightsail buckets.default GetBucketsResponseLightsailClient. getBuckets(GetBucketsRequest getBucketsRequest)Returns information about one or more Amazon Lightsail buckets.Methods in software.amazon.awssdk.services.lightsail that return types with arguments of type GetBucketsResponse Modifier and Type Method Description default CompletableFuture<GetBucketsResponse>LightsailAsyncClient. getBuckets(Consumer<GetBucketsRequest.Builder> getBucketsRequest)Returns information about one or more Amazon Lightsail buckets.default CompletableFuture<GetBucketsResponse>LightsailAsyncClient. getBuckets(GetBucketsRequest getBucketsRequest)Returns information about one or more Amazon Lightsail buckets.
-