Uses of Class
software.amazon.awssdk.services.s3outposts.model.OutpostOfflineException
-
Packages that use OutpostOfflineException Package Description software.amazon.awssdk.services.s3outposts Amazon S3 on Outposts provides access to S3 on Outposts operations. -
-
Uses of OutpostOfflineException in software.amazon.awssdk.services.s3outposts
Methods in software.amazon.awssdk.services.s3outposts that throw OutpostOfflineException 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.default DeleteEndpointResponseS3OutpostsClient. deleteEndpoint(Consumer<DeleteEndpointRequest.Builder> deleteEndpointRequest)Deletes an endpoint.default DeleteEndpointResponseS3OutpostsClient. deleteEndpoint(DeleteEndpointRequest deleteEndpointRequest)Deletes an endpoint.
-