| Package | Description |
|---|---|
| com.amazonaws.services.s3control |
Amazon Web Services S3 Control provides access to Amazon S3 control plane actions.
|
| com.amazonaws.services.s3control.model |
| Modifier and Type | Method and Description |
|---|---|
GetAccessPointResult |
AbstractAWSS3Control.getAccessPoint(GetAccessPointRequest request) |
GetAccessPointResult |
AWSS3ControlClient.getAccessPoint(GetAccessPointRequest request)
Returns configuration information about the specified access point.
|
GetAccessPointResult |
AWSS3Control.getAccessPoint(GetAccessPointRequest getAccessPointRequest)
Returns configuration information about the specified access point.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetAccessPointResult> |
AbstractAWSS3ControlAsync.getAccessPointAsync(GetAccessPointRequest request,
AsyncHandler<GetAccessPointRequest,GetAccessPointResult> asyncHandler) |
Future<GetAccessPointResult> |
AWSS3ControlAsync.getAccessPointAsync(GetAccessPointRequest getAccessPointRequest,
AsyncHandler<GetAccessPointRequest,GetAccessPointResult> asyncHandler)
Returns configuration information about the specified access point.
|
Future<GetAccessPointResult> |
AWSS3ControlAsyncClient.getAccessPointAsync(GetAccessPointRequest request,
AsyncHandler<GetAccessPointRequest,GetAccessPointResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAccessPointResult |
GetAccessPointResult.addEndpointsEntry(String key,
String value)
Add a single Endpoints entry
|
GetAccessPointResult |
GetAccessPointResult.clearEndpointsEntries()
Removes all the entries added into Endpoints.
|
GetAccessPointResult |
GetAccessPointResult.clone() |
GetAccessPointResult |
GetAccessPointResult.withAccessPointArn(String accessPointArn)
The ARN of the access point.
|
GetAccessPointResult |
GetAccessPointResult.withAlias(String alias)
The name or alias of the access point.
|
GetAccessPointResult |
GetAccessPointResult.withBucket(String bucket)
The name of the bucket associated with the specified access point.
|
GetAccessPointResult |
GetAccessPointResult.withCreationDate(Date creationDate)
The date and time when the specified access point was created.
|
GetAccessPointResult |
GetAccessPointResult.withEndpoints(Map<String,String> endpoints)
The VPC endpoint for the access point.
|
GetAccessPointResult |
GetAccessPointResult.withName(String name)
The name of the specified access point.
|
GetAccessPointResult |
GetAccessPointResult.withNetworkOrigin(NetworkOrigin networkOrigin)
Indicates whether this access point allows access from the public internet.
|
GetAccessPointResult |
GetAccessPointResult.withNetworkOrigin(String networkOrigin)
Indicates whether this access point allows access from the public internet.
|
GetAccessPointResult |
GetAccessPointResult.withPublicAccessBlockConfiguration(PublicAccessBlockConfiguration publicAccessBlockConfiguration) |
GetAccessPointResult |
GetAccessPointResult.withVpcConfiguration(VpcConfiguration vpcConfiguration)
Contains the virtual private cloud (VPC) configuration for the specified access point.
|
Copyright © 2022. All rights reserved.