Uses of Class
software.amazon.awssdk.services.cloudfront.model.GetKeyGroupResponse
Packages that use GetKeyGroupResponse
-
Uses of GetKeyGroupResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return GetKeyGroupResponseModifier and TypeMethodDescriptiondefault 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 GetKeyGroupResponseModifier and TypeMethodDescriptiondefault 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.