| Interface | Description |
|---|---|
| ArnConverter<T extends AwsResource> |
An interface for converting an AWS ARN into a service specific
AwsResource. |
| AwsResource |
An abstract representation of an AWS Resource.
|
| S3Resource |
A representation of an AWS S3 resource.
|
| Class | Description |
|---|---|
| IntermediateOutpostResource |
The intermediate outpost resource
|
| IntermediateOutpostResource.Builder | |
| S3AccessPointBuilder |
This class is used to construct an endpoint host for an S3 access point.
|
| S3AccessPointResource |
An
S3Resource that represents an S3 access point. |
| S3AccessPointResource.Builder |
A builder for
S3AccessPointResource objects. |
| S3ArnConverter |
An implementation of
ArnConverter that can be used to convert valid Arn representations of s3
resources into S3Resource objects. |
| S3ArnUtils | |
| S3BucketResource |
An
S3Resource that represents an S3 bucket. |
| S3BucketResource.Builder |
A builder for
S3BucketResource objects. |
| S3ObjectResource |
An
S3Resource that represents an S3 object. |
| S3ObjectResource.Builder |
A builder for
S3ObjectResource objects. |
| S3OutpostAccessPointBuilder |
This class is used to construct an endpoint for an S3 outpost access point.
|
| S3OutpostResource |
An
S3Resource that represents an S3 outpost resource |
| S3OutpostResource.Builder |
A builder for
S3OutpostResource objects. |
| Enum | Description |
|---|---|
| OutpostResourceType |
An enum representing the types of resources supported by S3 outpost.
|
| S3ResourceType |
An enum representing the types of resources supported by S3.
|
Copyright © 2020. All rights reserved.