Uses of Class
software.amazon.awssdk.services.cloudfront.model.CreateConnectionGroupResponse
-
Packages that use CreateConnectionGroupResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of CreateConnectionGroupResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return CreateConnectionGroupResponse Modifier and Type Method Description default CreateConnectionGroupResponseCloudFrontClient. createConnectionGroup(Consumer<CreateConnectionGroupRequest.Builder> createConnectionGroupRequest)Creates a connection group.default CreateConnectionGroupResponseCloudFrontClient. createConnectionGroup(CreateConnectionGroupRequest createConnectionGroupRequest)Creates a connection group.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type CreateConnectionGroupResponse Modifier and Type Method Description default CompletableFuture<CreateConnectionGroupResponse>CloudFrontAsyncClient. createConnectionGroup(Consumer<CreateConnectionGroupRequest.Builder> createConnectionGroupRequest)Creates a connection group.default CompletableFuture<CreateConnectionGroupResponse>CloudFrontAsyncClient. createConnectionGroup(CreateConnectionGroupRequest createConnectionGroupRequest)Creates a connection group.
-