Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetKeyGroupConfigResponse
-
Packages that use GetKeyGroupConfigResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of GetKeyGroupConfigResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return GetKeyGroupConfigResponse Modifier and Type Method Description default GetKeyGroupConfigResponseCloudFrontClient. getKeyGroupConfig(Consumer<GetKeyGroupConfigRequest.Builder> getKeyGroupConfigRequest)Gets a key group configuration.default GetKeyGroupConfigResponseCloudFrontClient. getKeyGroupConfig(GetKeyGroupConfigRequest getKeyGroupConfigRequest)Gets a key group configuration.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type GetKeyGroupConfigResponse Modifier and Type Method Description default CompletableFuture<GetKeyGroupConfigResponse>CloudFrontAsyncClient. getKeyGroupConfig(Consumer<GetKeyGroupConfigRequest.Builder> getKeyGroupConfigRequest)Gets a key group configuration.default CompletableFuture<GetKeyGroupConfigResponse>CloudFrontAsyncClient. getKeyGroupConfig(GetKeyGroupConfigRequest getKeyGroupConfigRequest)Gets a key group configuration.
-