Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetKeyGroupResponse
-
Packages that use GetKeyGroupResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of GetKeyGroupResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return GetKeyGroupResponse Modifier and Type Method Description default GetKeyGroupResponseCloudFrontClient. getKeyGroup(Consumer<GetKeyGroupRequest.Builder> getKeyGroupRequest)Gets a key group, including the date and time when the key group was last modified.default GetKeyGroupResponseCloudFrontClient. getKeyGroup(GetKeyGroupRequest getKeyGroupRequest)Gets a key group, including the date and time when the key group was last modified.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type GetKeyGroupResponse Modifier and Type Method Description default CompletableFuture<GetKeyGroupResponse>CloudFrontAsyncClient. getKeyGroup(Consumer<GetKeyGroupRequest.Builder> getKeyGroupRequest)Gets a key group, including the date and time when the key group was last modified.default CompletableFuture<GetKeyGroupResponse>CloudFrontAsyncClient. getKeyGroup(GetKeyGroupRequest getKeyGroupRequest)Gets a key group, including the date and time when the key group was last modified.
-