Uses of Interface
software.amazon.awssdk.services.ebs.endpoints.EbsEndpointProvider
-
Packages that use EbsEndpointProvider Package Description software.amazon.awssdk.services.ebs You can use the Amazon Elastic Block Store (Amazon EBS) direct APIs to create Amazon EBS snapshots, write data directly to your snapshots, read data on your snapshots, and identify the differences or changes between two snapshots.software.amazon.awssdk.services.ebs.endpoints software.amazon.awssdk.services.ebs.endpoints.internal -
-
Uses of EbsEndpointProvider in software.amazon.awssdk.services.ebs
Methods in software.amazon.awssdk.services.ebs with parameters of type EbsEndpointProvider Modifier and Type Method Description default BEbsBaseClientBuilder. endpointProvider(EbsEndpointProvider endpointProvider)Set theEbsEndpointProviderimplementation that will be used by the client to determine the endpoint for each request. -
Uses of EbsEndpointProvider in software.amazon.awssdk.services.ebs.endpoints
Methods in software.amazon.awssdk.services.ebs.endpoints that return EbsEndpointProvider Modifier and Type Method Description static EbsEndpointProviderEbsEndpointProvider. defaultProvider() -
Uses of EbsEndpointProvider in software.amazon.awssdk.services.ebs.endpoints.internal
Classes in software.amazon.awssdk.services.ebs.endpoints.internal that implement EbsEndpointProvider Modifier and Type Class Description classDefaultEbsEndpointProvider
-