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