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