Uses of Interface
software.amazon.awssdk.services.appconfig.model.GetEnvironmentRequest.Builder
-
Packages that use GetEnvironmentRequest.Builder Package Description software.amazon.awssdk.services.appconfig AppConfig feature flags and dynamic configurations help software builders quickly and securely adjust application behavior in production environments without full code deployments.software.amazon.awssdk.services.appconfig.model -
-
Uses of GetEnvironmentRequest.Builder in software.amazon.awssdk.services.appconfig
Method parameters in software.amazon.awssdk.services.appconfig with type arguments of type GetEnvironmentRequest.Builder Modifier and Type Method Description default CompletableFuture<GetEnvironmentResponse>AppConfigAsyncClient. getEnvironment(Consumer<GetEnvironmentRequest.Builder> getEnvironmentRequest)Retrieves information about an environment.default GetEnvironmentResponseAppConfigClient. getEnvironment(Consumer<GetEnvironmentRequest.Builder> getEnvironmentRequest)Retrieves information about an environment. -
Uses of GetEnvironmentRequest.Builder in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return GetEnvironmentRequest.Builder Modifier and Type Method Description GetEnvironmentRequest.BuilderGetEnvironmentRequest.Builder. applicationId(String applicationId)The ID of the application that includes the environment you want to get.static GetEnvironmentRequest.BuilderGetEnvironmentRequest. builder()GetEnvironmentRequest.BuilderGetEnvironmentRequest.Builder. environmentId(String environmentId)The ID of the environment that you want to get.GetEnvironmentRequest.BuilderGetEnvironmentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEnvironmentRequest.BuilderGetEnvironmentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetEnvironmentRequest.BuilderGetEnvironmentRequest. toBuilder()Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type GetEnvironmentRequest.Builder Modifier and Type Method Description static Class<? extends GetEnvironmentRequest.Builder>GetEnvironmentRequest. serializableBuilderClass()
-