Uses of Class
software.amazon.awssdk.services.ebs.endpoints.EbsEndpointParams
-
Packages that use EbsEndpointParams Package Description software.amazon.awssdk.services.ebs.endpoints software.amazon.awssdk.services.ebs.endpoints.internal -
-
Uses of EbsEndpointParams in software.amazon.awssdk.services.ebs.endpoints
Methods in software.amazon.awssdk.services.ebs.endpoints that return EbsEndpointParams Modifier and Type Method Description EbsEndpointParamsEbsEndpointParams.Builder. build()Methods in software.amazon.awssdk.services.ebs.endpoints with parameters of type EbsEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>EbsEndpointProvider. resolveEndpoint(EbsEndpointParams endpointParams)Compute the endpoint based on the given set of parameters. -
Uses of EbsEndpointParams in software.amazon.awssdk.services.ebs.endpoints.internal
Methods in software.amazon.awssdk.services.ebs.endpoints.internal that return EbsEndpointParams Modifier and Type Method Description static EbsEndpointParamsEbsResolveEndpointInterceptor. ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)Methods in software.amazon.awssdk.services.ebs.endpoints.internal with parameters of type EbsEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>DefaultEbsEndpointProvider. resolveEndpoint(EbsEndpointParams params)
-