| Package | Description |
|---|---|
| com.amazonaws.services.cloudwatchevidently.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectAppConfigResource |
ProjectAppConfigResource.clone() |
ProjectAppConfigResource |
Project.getAppConfigResource()
This structure defines the configuration of how your application integrates with AppConfig to run client-side
evaluation.
|
ProjectAppConfigResource |
ProjectAppConfigResource.withApplicationId(String applicationId)
The ID of the AppConfig application to use for client-side evaluation.
|
ProjectAppConfigResource |
ProjectAppConfigResource.withConfigurationProfileId(String configurationProfileId)
The ID of the AppConfig profile to use for client-side evaluation.
|
ProjectAppConfigResource |
ProjectAppConfigResource.withEnvironmentId(String environmentId)
The ID of the AppConfig environment to use for client-side evaluation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Project.setAppConfigResource(ProjectAppConfigResource appConfigResource)
This structure defines the configuration of how your application integrates with AppConfig to run client-side
evaluation.
|
Project |
Project.withAppConfigResource(ProjectAppConfigResource appConfigResource)
This structure defines the configuration of how your application integrates with AppConfig to run client-side
evaluation.
|
Copyright © 2022. All rights reserved.