| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3outposts |
Amazon S3 on Outposts provides access to S3 on Outposts operations.
|
| software.amazon.awssdk.services.s3outposts.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateEndpointResponse> |
S3OutpostsAsyncClient.createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest)
Creates an endpoint and associates it with the specified Outpost.
|
default CreateEndpointResponse |
S3OutpostsClient.createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest)
Creates an endpoint and associates it with the specified Outpost.
|
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.accessType(EndpointAccessType accessType)
The type of access for the network connectivity for the Amazon S3 on Outposts endpoint.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.accessType(String accessType)
The type of access for the network connectivity for the Amazon S3 on Outposts endpoint.
|
static CreateEndpointRequest.Builder |
CreateEndpointRequest.builder() |
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.customerOwnedIpv4Pool(String customerOwnedIpv4Pool)
The ID of the customer-owned IPv4 address pool (CoIP pool) for the endpoint.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.outpostId(String outpostId)
The ID of the Outposts.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.securityGroupId(String securityGroupId)
The ID of the security group to use with the endpoint.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.Builder.subnetId(String subnetId)
The ID of the subnet in the selected VPC.
|
CreateEndpointRequest.Builder |
CreateEndpointRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateEndpointRequest.Builder> |
CreateEndpointRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.