| Package | Description |
|---|---|
| com.amazonaws.services.s3outposts |
Amazon S3 on Outposts provides access to S3 on Outposts operations.
|
| com.amazonaws.services.s3outposts.model |
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointResult |
AbstractAmazonS3Outposts.createEndpoint(CreateEndpointRequest request) |
CreateEndpointResult |
AmazonS3OutpostsClient.createEndpoint(CreateEndpointRequest request)
Creates an endpoint and associates it with the specified Outpost.
|
CreateEndpointResult |
AmazonS3Outposts.createEndpoint(CreateEndpointRequest createEndpointRequest)
Creates an endpoint and associates it with the specified Outpost.
|
Future<CreateEndpointResult> |
AmazonS3OutpostsAsyncClient.createEndpointAsync(CreateEndpointRequest request) |
Future<CreateEndpointResult> |
AbstractAmazonS3OutpostsAsync.createEndpointAsync(CreateEndpointRequest request) |
Future<CreateEndpointResult> |
AmazonS3OutpostsAsync.createEndpointAsync(CreateEndpointRequest createEndpointRequest)
Creates an endpoint and associates it with the specified Outpost.
|
Future<CreateEndpointResult> |
AmazonS3OutpostsAsyncClient.createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler) |
Future<CreateEndpointResult> |
AbstractAmazonS3OutpostsAsync.createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler) |
Future<CreateEndpointResult> |
AmazonS3OutpostsAsync.createEndpointAsync(CreateEndpointRequest createEndpointRequest,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler)
Creates an endpoint and associates it with the specified Outpost.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateEndpointResult> |
AmazonS3OutpostsAsyncClient.createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler) |
Future<CreateEndpointResult> |
AbstractAmazonS3OutpostsAsync.createEndpointAsync(CreateEndpointRequest request,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler) |
Future<CreateEndpointResult> |
AmazonS3OutpostsAsync.createEndpointAsync(CreateEndpointRequest createEndpointRequest,
AsyncHandler<CreateEndpointRequest,CreateEndpointResult> asyncHandler)
Creates an endpoint and associates it with the specified Outpost.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointRequest |
CreateEndpointRequest.clone() |
CreateEndpointRequest |
CreateEndpointRequest.withAccessType(EndpointAccessType accessType)
The type of access for the network connectivity for the Amazon S3 on Outposts endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withAccessType(String accessType)
The type of access for the network connectivity for the Amazon S3 on Outposts endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withCustomerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The ID of the customer-owned IPv4 address pool (CoIP pool) for the endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withOutpostId(String outpostId)
The ID of the Outposts.
|
CreateEndpointRequest |
CreateEndpointRequest.withSecurityGroupId(String securityGroupId)
The ID of the security group to use with the endpoint.
|
CreateEndpointRequest |
CreateEndpointRequest.withSubnetId(String subnetId)
The ID of the subnet in the selected VPC.
|
Copyright © 2024. All rights reserved.