Uses of Class
software.amazon.awssdk.services.iot.model.Bucket
-
Packages that use Bucket Package Description software.amazon.awssdk.services.iot.model -
-
Uses of Bucket in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type Bucket Modifier and Type Method Description List<Bucket>GetBucketsAggregationResponse. buckets()The main part of the response with a list of buckets.Methods in software.amazon.awssdk.services.iot.model with parameters of type Bucket Modifier and Type Method Description GetBucketsAggregationResponse.BuilderGetBucketsAggregationResponse.Builder. buckets(Bucket... buckets)The main part of the response with a list of buckets.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type Bucket Modifier and Type Method Description GetBucketsAggregationResponse.BuilderGetBucketsAggregationResponse.Builder. buckets(Collection<Bucket> buckets)The main part of the response with a list of buckets.
-