Uses of Class
software.amazon.awssdk.services.cloudfront.model.UpdateKeyGroupResponse
Packages that use UpdateKeyGroupResponse
-
Uses of UpdateKeyGroupResponse in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that return UpdateKeyGroupResponseModifier and TypeMethodDescriptiondefault 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 UpdateKeyGroupResponseModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateKeyGroupResponse>CloudFrontAsyncClient.updateKeyGroup(Consumer<UpdateKeyGroupRequest.Builder> updateKeyGroupRequest) Updates a key group.default CompletableFuture<UpdateKeyGroupResponse>CloudFrontAsyncClient.updateKeyGroup(UpdateKeyGroupRequest updateKeyGroupRequest) Updates a key group.