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