Uses of Class
software.amazon.awssdk.services.guardduty.model.S3BucketDetail
-
Packages that use S3BucketDetail Package Description software.amazon.awssdk.services.guardduty.model -
-
Uses of S3BucketDetail in software.amazon.awssdk.services.guardduty.model
Methods in software.amazon.awssdk.services.guardduty.model that return types with arguments of type S3BucketDetail Modifier and Type Method Description List<S3BucketDetail>Resource. s3BucketDetails()Contains information on the S3 bucket.Methods in software.amazon.awssdk.services.guardduty.model with parameters of type S3BucketDetail Modifier and Type Method Description Resource.BuilderResource.Builder. s3BucketDetails(S3BucketDetail... s3BucketDetails)Contains information on the S3 bucket.Method parameters in software.amazon.awssdk.services.guardduty.model with type arguments of type S3BucketDetail Modifier and Type Method Description Resource.BuilderResource.Builder. s3BucketDetails(Collection<S3BucketDetail> s3BucketDetails)Contains information on the S3 bucket.
-