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