Uses of Interface
software.amazon.awssdk.services.s3.internal.resource.S3Resource
Packages that use S3Resource
-
Uses of S3Resource in software.amazon.awssdk.services.s3.internal.resource
Classes in software.amazon.awssdk.services.s3.internal.resource that implement S3ResourceModifier and TypeClassDescriptionfinal classAnS3Resourcethat represents an S3 access point.final classAnS3Resourcethat represents an S3 bucket.final classAnS3Resourcethat represents an S3 Object Lambda resource.final classAnS3Resourcethat represents an S3 object.final classAnS3Resourcethat represents an S3 outpost resourceMethods in software.amazon.awssdk.services.s3.internal.resource that return S3ResourceModifier and TypeMethodDescriptionS3ArnConverter.convertArn(Arn arn) Converts a valid ARN representation of an S3 resource into aS3Resourceobject.Methods in software.amazon.awssdk.services.s3.internal.resource that return types with arguments of type S3ResourceModifier and TypeMethodDescriptionS3AccessPointResource.parentS3Resource()S3ObjectResource.parentS3Resource()default Optional<S3Resource>S3Resource.parentS3Resource()Gets the optional parent resource.Methods in software.amazon.awssdk.services.s3.internal.resource with parameters of type S3ResourceModifier and TypeMethodDescriptionS3AccessPointResource.Builder.parentS3Resource(S3Resource parentS3Resource) The S3 resource this access point is associated with (contained within).S3ObjectResource.Builder.parentS3Resource(S3Resource parentS3Resource) The S3 resource this object is associated with (contained within).