Uses of Class
software.amazon.awssdk.services.appfabric.model.S3Bucket
-
Packages that use S3Bucket Package Description software.amazon.awssdk.services.appfabric.model -
-
Uses of S3Bucket in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return S3Bucket Modifier and Type Method Description S3BucketDestination. s3Bucket()Contains information about an Amazon S3 bucket.Methods in software.amazon.awssdk.services.appfabric.model with parameters of type S3Bucket Modifier and Type Method Description static DestinationDestination. fromS3Bucket(S3Bucket s3Bucket)Create an instance of this class withDestination.s3Bucket()initialized to the given value.Destination.BuilderDestination.Builder. s3Bucket(S3Bucket s3Bucket)Contains information about an Amazon S3 bucket.
-