Uses of Class
software.amazon.awssdk.services.cloudfront.model.KeyGroupAlreadyExistsException
-
Packages that use KeyGroupAlreadyExistsException Package Description software.amazon.awssdk.services.cloudfront Amazon CloudFront -
-
Uses of KeyGroupAlreadyExistsException in software.amazon.awssdk.services.cloudfront
Methods in software.amazon.awssdk.services.cloudfront that throw KeyGroupAlreadyExistsException Modifier and Type Method Description default CreateKeyGroupResponseCloudFrontClient. createKeyGroup(Consumer<CreateKeyGroupRequest.Builder> createKeyGroupRequest)Creates a key group that you can use with CloudFront signed URLs and signed cookies.default CreateKeyGroupResponseCloudFrontClient. createKeyGroup(CreateKeyGroupRequest createKeyGroupRequest)Creates a key group that you can use with CloudFront signed URLs and signed cookies.default UpdateKeyGroupResponseCloudFrontClient. updateKeyGroup(Consumer<UpdateKeyGroupRequest.Builder> updateKeyGroupRequest)Updates a key group.default UpdateKeyGroupResponseCloudFrontClient. updateKeyGroup(UpdateKeyGroupRequest updateKeyGroupRequest)Updates a key group.
-