Uses of Interface
software.amazon.awssdk.services.s3.internal.resource.AwsResource
-
Packages that use AwsResource Package Description software.amazon.awssdk.services.s3.internal.resource -
-
Uses of AwsResource in software.amazon.awssdk.services.s3.internal.resource
Classes in software.amazon.awssdk.services.s3.internal.resource with type parameters of type AwsResource Modifier and Type Interface Description interfaceArnConverter<T extends AwsResource>An interface for converting an AWS ARN into a service specificAwsResource.Subinterfaces of AwsResource in software.amazon.awssdk.services.s3.internal.resource Modifier and Type Interface Description interfaceS3ResourceA representation of an AWS S3 resource.Classes in software.amazon.awssdk.services.s3.internal.resource that implement AwsResource Modifier and Type Class Description classS3AccessPointResourceAnS3Resourcethat represents an S3 access point.classS3BucketResourceAnS3Resourcethat represents an S3 bucket.classS3ObjectLambdaResourceAnS3Resourcethat represents an S3 Object Lambda resource.classS3ObjectResourceAnS3Resourcethat represents an S3 object.classS3OutpostResourceAnS3Resourcethat represents an S3 outpost resource
-