Uses of Interface
software.amazon.awssdk.services.cloudfront.model.UpdateKeyGroupResponse.Builder
-
Packages that use UpdateKeyGroupResponse.Builder Package Description software.amazon.awssdk.services.cloudfront.model -
-
Uses of UpdateKeyGroupResponse.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return UpdateKeyGroupResponse.Builder Modifier and Type Method Description static UpdateKeyGroupResponse.BuilderUpdateKeyGroupResponse. builder()UpdateKeyGroupResponse.BuilderUpdateKeyGroupResponse.Builder. eTag(String eTag)The identifier for this version of the key group.default UpdateKeyGroupResponse.BuilderUpdateKeyGroupResponse.Builder. keyGroup(Consumer<KeyGroup.Builder> keyGroup)The key group that was just updated.UpdateKeyGroupResponse.BuilderUpdateKeyGroupResponse.Builder. keyGroup(KeyGroup keyGroup)The key group that was just updated.UpdateKeyGroupResponse.BuilderUpdateKeyGroupResponse. toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type UpdateKeyGroupResponse.Builder Modifier and Type Method Description static Class<? extends UpdateKeyGroupResponse.Builder>UpdateKeyGroupResponse. serializableBuilderClass()
-