Uses of Class
software.amazon.awssdk.services.s3outposts.model.CreateEndpointRequest
-
Packages that use CreateEndpointRequest Package Description software.amazon.awssdk.services.s3outposts Amazon S3 on Outposts provides access to S3 on Outposts operations.software.amazon.awssdk.services.s3outposts.transform -
-
Uses of CreateEndpointRequest in software.amazon.awssdk.services.s3outposts
Methods in software.amazon.awssdk.services.s3outposts with parameters of type CreateEndpointRequest Modifier and Type Method Description default CompletableFuture<CreateEndpointResponse>S3OutpostsAsyncClient. createEndpoint(CreateEndpointRequest 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. -
Uses of CreateEndpointRequest in software.amazon.awssdk.services.s3outposts.transform
Methods in software.amazon.awssdk.services.s3outposts.transform with parameters of type CreateEndpointRequest Modifier and Type Method Description SdkHttpFullRequestCreateEndpointRequestMarshaller. marshall(CreateEndpointRequest createEndpointRequest)
-