Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetConnectionGroupResponse
-
Packages that use GetConnectionGroupResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of GetConnectionGroupResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return GetConnectionGroupResponse Modifier and Type Method Description default GetConnectionGroupResponseCloudFrontClient. getConnectionGroup(Consumer<GetConnectionGroupRequest.Builder> getConnectionGroupRequest)Gets information about a connection group.default GetConnectionGroupResponseCloudFrontClient. getConnectionGroup(GetConnectionGroupRequest getConnectionGroupRequest)Gets information about a connection group.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type GetConnectionGroupResponse Modifier and Type Method Description default CompletableFuture<GetConnectionGroupResponse>CloudFrontAsyncClient. getConnectionGroup(Consumer<GetConnectionGroupRequest.Builder> getConnectionGroupRequest)Gets information about a connection group.default CompletableFuture<GetConnectionGroupResponse>CloudFrontAsyncClient. getConnectionGroup(GetConnectionGroupRequest getConnectionGroupRequest)Gets information about a connection group.
-