Uses of Class
software.amazon.awssdk.services.billing.endpoints.BillingEndpointParams
-
Packages that use BillingEndpointParams Package Description software.amazon.awssdk.services.billing.endpoints software.amazon.awssdk.services.billing.endpoints.internal -
-
Uses of BillingEndpointParams in software.amazon.awssdk.services.billing.endpoints
Methods in software.amazon.awssdk.services.billing.endpoints that return BillingEndpointParams Modifier and Type Method Description BillingEndpointParamsBillingEndpointParams.Builder. build()Methods in software.amazon.awssdk.services.billing.endpoints with parameters of type BillingEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>BillingEndpointProvider. resolveEndpoint(BillingEndpointParams endpointParams)Compute the endpoint based on the given set of parameters. -
Uses of BillingEndpointParams in software.amazon.awssdk.services.billing.endpoints.internal
Methods in software.amazon.awssdk.services.billing.endpoints.internal that return BillingEndpointParams Modifier and Type Method Description static BillingEndpointParamsBillingResolveEndpointInterceptor. ruleParams(SdkRequest request, ExecutionAttributes executionAttributes)Methods in software.amazon.awssdk.services.billing.endpoints.internal with parameters of type BillingEndpointParams Modifier and Type Method Description CompletableFuture<Endpoint>DefaultBillingEndpointProvider. resolveEndpoint(BillingEndpointParams endpointParams)
-