Uses of Class
software.amazon.awssdk.services.s3outposts.model.CreateEndpointResponse
-
Packages that use CreateEndpointResponse Package Description software.amazon.awssdk.services.s3outposts Amazon S3 on Outposts provides access to S3 on Outposts operations. -
-
Uses of CreateEndpointResponse in software.amazon.awssdk.services.s3outposts
Methods in software.amazon.awssdk.services.s3outposts that return CreateEndpointResponse Modifier and Type Method Description default CreateEndpointResponseS3OutpostsClient. createEndpoint(Consumer<CreateEndpointRequest.Builder> createEndpointRequest)Creates an endpoint and associates it with the specified Outpost.default CreateEndpointResponseS3OutpostsClient. createEndpoint(CreateEndpointRequest createEndpointRequest)Creates an endpoint and associates it with the specified Outpost.Methods in software.amazon.awssdk.services.s3outposts that return types with arguments of type CreateEndpointResponse 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 CompletableFuture<CreateEndpointResponse>S3OutpostsAsyncClient. createEndpoint(CreateEndpointRequest createEndpointRequest)Creates an endpoint and associates it with the specified Outpost.
-