default CreateApplicationResponse |
AppConfigClient.createApplication(Consumer<CreateApplicationRequest.Builder> createApplicationRequest) |
Creates an application.
|
default CreateApplicationResponse |
AppConfigClient.createApplication(CreateApplicationRequest createApplicationRequest) |
Creates an application.
|
default CreateConfigurationProfileResponse |
AppConfigClient.createConfigurationProfile(Consumer<CreateConfigurationProfileRequest.Builder> createConfigurationProfileRequest) |
Creates a configuration profile, which is information that enables AppConfig to access the configuration source.
|
default CreateConfigurationProfileResponse |
AppConfigClient.createConfigurationProfile(CreateConfigurationProfileRequest createConfigurationProfileRequest) |
Creates a configuration profile, which is information that enables AppConfig to access the configuration source.
|
default CreateDeploymentStrategyResponse |
AppConfigClient.createDeploymentStrategy(Consumer<CreateDeploymentStrategyRequest.Builder> createDeploymentStrategyRequest) |
Creates a deployment strategy that defines important criteria for rolling out your configuration to the
designated targets.
|
default CreateDeploymentStrategyResponse |
AppConfigClient.createDeploymentStrategy(CreateDeploymentStrategyRequest createDeploymentStrategyRequest) |
Creates a deployment strategy that defines important criteria for rolling out your configuration to the
designated targets.
|
default CreateEnvironmentResponse |
AppConfigClient.createEnvironment(Consumer<CreateEnvironmentRequest.Builder> createEnvironmentRequest) |
Creates an environment.
|
default CreateEnvironmentResponse |
AppConfigClient.createEnvironment(CreateEnvironmentRequest createEnvironmentRequest) |
Creates an environment.
|
default CreateExtensionResponse |
AppConfigClient.createExtension(Consumer<CreateExtensionRequest.Builder> createExtensionRequest) |
Creates an AppConfig extension.
|
default CreateExtensionResponse |
AppConfigClient.createExtension(CreateExtensionRequest createExtensionRequest) |
Creates an AppConfig extension.
|
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 CreateExtensionAssociationResponse |
AppConfigClient.createExtensionAssociation(CreateExtensionAssociationRequest 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 CreateHostedConfigurationVersionResponse |
AppConfigClient.createHostedConfigurationVersion(Consumer<CreateHostedConfigurationVersionRequest.Builder> createHostedConfigurationVersionRequest) |
Creates a new configuration in the AppConfig hosted configuration store.
|
default CreateHostedConfigurationVersionResponse |
AppConfigClient.createHostedConfigurationVersion(CreateHostedConfigurationVersionRequest createHostedConfigurationVersionRequest) |
Creates a new configuration in the AppConfig hosted configuration store.
|