Uses of Class
software.amazon.awssdk.services.cloudfront.model.UpdateKeyGroupResponse
-
Packages that use UpdateKeyGroupResponse Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of UpdateKeyGroupResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return UpdateKeyGroupResponse Modifier and Type Method Description default UpdateKeyGroupResponseCloudFrontClient. updateKeyGroup(Consumer<UpdateKeyGroupRequest.Builder> updateKeyGroupRequest)Updates a key group.default UpdateKeyGroupResponseCloudFrontClient. updateKeyGroup(UpdateKeyGroupRequest updateKeyGroupRequest)Updates a key group.Methods in software.amazon.awssdk.services.cloudfront that return types with arguments of type UpdateKeyGroupResponse Modifier and Type Method Description default CompletableFuture<UpdateKeyGroupResponse>CloudFrontAsyncClient. updateKeyGroup(Consumer<UpdateKeyGroupRequest.Builder> updateKeyGroupRequest)Updates a key group.default CompletableFuture<UpdateKeyGroupResponse>CloudFrontAsyncClient. updateKeyGroup(UpdateKeyGroupRequest updateKeyGroupRequest)Updates a key group.
-