| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront |
|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
default GetKeyGroupResponse |
CloudFrontClient.getKeyGroup(Consumer<GetKeyGroupRequest.Builder> getKeyGroupRequest)
Gets a key group, including the date and time when the key group was last modified.
|
default CompletableFuture<GetKeyGroupResponse> |
CloudFrontAsyncClient.getKeyGroup(Consumer<GetKeyGroupRequest.Builder> getKeyGroupRequest)
Gets a key group, including the date and time when the key group was last modified.
|
| Modifier and Type | Method and Description |
|---|---|
static GetKeyGroupRequest.Builder |
GetKeyGroupRequest.builder() |
GetKeyGroupRequest.Builder |
GetKeyGroupRequest.Builder.id(String id)
The identifier of the key group that you are getting.
|
GetKeyGroupRequest.Builder |
GetKeyGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetKeyGroupRequest.Builder |
GetKeyGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetKeyGroupRequest.Builder |
GetKeyGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetKeyGroupRequest.Builder> |
GetKeyGroupRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.