Uses of Interface
software.amazon.awssdk.services.cloudfront.model.UpdateKeyGroupRequest.Builder
Packages that use UpdateKeyGroupRequest.Builder
Package
Description
-
Uses of UpdateKeyGroupRequest.Builder in software.amazon.awssdk.services.cloudfront
Method parameters in software.amazon.awssdk.services.cloudfront with type arguments of type UpdateKeyGroupRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateKeyGroupResponse>CloudFrontAsyncClient.updateKeyGroup(Consumer<UpdateKeyGroupRequest.Builder> updateKeyGroupRequest) Updates a key group.default UpdateKeyGroupResponseCloudFrontClient.updateKeyGroup(Consumer<UpdateKeyGroupRequest.Builder> updateKeyGroupRequest) Updates a key group. -
Uses of UpdateKeyGroupRequest.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return UpdateKeyGroupRequest.BuilderModifier and TypeMethodDescriptionUpdateKeyGroupRequest.builder()The identifier of the key group that you are updating.The version of the key group that you are updating.default UpdateKeyGroupRequest.BuilderUpdateKeyGroupRequest.Builder.keyGroupConfig(Consumer<KeyGroupConfig.Builder> keyGroupConfig) The key group configuration.UpdateKeyGroupRequest.Builder.keyGroupConfig(KeyGroupConfig keyGroupConfig) The key group configuration.UpdateKeyGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateKeyGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateKeyGroupRequest.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type UpdateKeyGroupRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateKeyGroupRequest.Builder>UpdateKeyGroupRequest.serializableBuilderClass()