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