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