| Package | Description |
|---|---|
| software.amazon.awssdk.services.appconfig |
Use AppConfig, a capability of Amazon Web Services Systems Manager, to create, manage, and quickly deploy application
configurations.
|
| software.amazon.awssdk.services.appconfig.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateExtensionAssociationResponse |
AppConfigClient.createExtensionAssociation(Consumer<CreateExtensionAssociationRequest.Builder> createExtensionAssociationRequest)
When you create an extension or configure an Amazon Web Services authored extension, you associate the extension
with an AppConfig application, environment, or configuration profile.
|
default CompletableFuture<CreateExtensionAssociationResponse> |
AppConfigAsyncClient.createExtensionAssociation(Consumer<CreateExtensionAssociationRequest.Builder> createExtensionAssociationRequest)
When you create an extension or configure an Amazon Web Services authored extension, you associate the extension
with an AppConfig application, environment, or configuration profile.
|
| Modifier and Type | Method and Description |
|---|---|
static CreateExtensionAssociationRequest.Builder |
CreateExtensionAssociationRequest.builder() |
CreateExtensionAssociationRequest.Builder |
CreateExtensionAssociationRequest.Builder.extensionIdentifier(String extensionIdentifier)
The name, the ID, or the Amazon Resource Name (ARN) of the extension.
|
CreateExtensionAssociationRequest.Builder |
CreateExtensionAssociationRequest.Builder.extensionVersionNumber(Integer extensionVersionNumber)
The version number of the extension.
|
CreateExtensionAssociationRequest.Builder |
CreateExtensionAssociationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateExtensionAssociationRequest.Builder |
CreateExtensionAssociationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateExtensionAssociationRequest.Builder |
CreateExtensionAssociationRequest.Builder.parameters(Map<String,String> parameters)
The parameter names and values defined in the extensions.
|
CreateExtensionAssociationRequest.Builder |
CreateExtensionAssociationRequest.Builder.resourceIdentifier(String resourceIdentifier)
The ARN of an application, configuration profile, or environment.
|
CreateExtensionAssociationRequest.Builder |
CreateExtensionAssociationRequest.Builder.tags(Map<String,String> tags)
Adds one or more tags for the specified extension association.
|
CreateExtensionAssociationRequest.Builder |
CreateExtensionAssociationRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateExtensionAssociationRequest.Builder> |
CreateExtensionAssociationRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.