Uses of Class
software.amazon.awssdk.services.s3outposts.model.DeleteEndpointRequest
-
Packages that use DeleteEndpointRequest 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 DeleteEndpointRequest in software.amazon.awssdk.services.s3outposts
Methods in software.amazon.awssdk.services.s3outposts with parameters of type DeleteEndpointRequest Modifier and Type Method Description default CompletableFuture<DeleteEndpointResponse>S3OutpostsAsyncClient. deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)Deletes an endpoint.default DeleteEndpointResponseS3OutpostsClient. deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)Deletes an endpoint. -
Uses of DeleteEndpointRequest in software.amazon.awssdk.services.s3outposts.transform
Methods in software.amazon.awssdk.services.s3outposts.transform with parameters of type DeleteEndpointRequest Modifier and Type Method Description SdkHttpFullRequestDeleteEndpointRequestMarshaller. marshall(DeleteEndpointRequest deleteEndpointRequest)
-