Uses of Interface
software.amazon.awssdk.services.appconfig.model.GetApplicationRequest.Builder
-
Packages that use GetApplicationRequest.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 GetApplicationRequest.Builder in software.amazon.awssdk.services.appconfig
Method parameters in software.amazon.awssdk.services.appconfig with type arguments of type GetApplicationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetApplicationResponse>AppConfigAsyncClient. getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)Retrieves information about an application.default GetApplicationResponseAppConfigClient. getApplication(Consumer<GetApplicationRequest.Builder> getApplicationRequest)Retrieves information about an application. -
Uses of GetApplicationRequest.Builder in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return GetApplicationRequest.Builder Modifier and Type Method Description GetApplicationRequest.BuilderGetApplicationRequest.Builder. applicationId(String applicationId)The ID of the application you want to get.static GetApplicationRequest.BuilderGetApplicationRequest. builder()GetApplicationRequest.BuilderGetApplicationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetApplicationRequest.BuilderGetApplicationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetApplicationRequest.BuilderGetApplicationRequest. toBuilder()Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type GetApplicationRequest.Builder Modifier and Type Method Description static Class<? extends GetApplicationRequest.Builder>GetApplicationRequest. serializableBuilderClass()
-