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