Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetConnectionGroupByRoutingEndpointResponse
-
Packages that use GetConnectionGroupByRoutingEndpointResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of GetConnectionGroupByRoutingEndpointResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return GetConnectionGroupByRoutingEndpointResponse Modifier and Type Method Description default GetConnectionGroupByRoutingEndpointResponseCloudFrontClient. getConnectionGroupByRoutingEndpoint(Consumer<GetConnectionGroupByRoutingEndpointRequest.Builder> getConnectionGroupByRoutingEndpointRequest)Gets information about a connection group by using the endpoint that you specify.default GetConnectionGroupByRoutingEndpointResponseCloudFrontClient. getConnectionGroupByRoutingEndpoint(GetConnectionGroupByRoutingEndpointRequest getConnectionGroupByRoutingEndpointRequest)Gets information about a connection group by using the endpoint that you specify.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type GetConnectionGroupByRoutingEndpointResponse Modifier and Type Method Description default CompletableFuture<GetConnectionGroupByRoutingEndpointResponse>CloudFrontAsyncClient. getConnectionGroupByRoutingEndpoint(Consumer<GetConnectionGroupByRoutingEndpointRequest.Builder> getConnectionGroupByRoutingEndpointRequest)Gets information about a connection group by using the endpoint that you specify.default CompletableFuture<GetConnectionGroupByRoutingEndpointResponse>CloudFrontAsyncClient. getConnectionGroupByRoutingEndpoint(GetConnectionGroupByRoutingEndpointRequest getConnectionGroupByRoutingEndpointRequest)Gets information about a connection group by using the endpoint that you specify.
-