Uses of Class
software.amazon.awssdk.services.appconfig.model.CreateExtensionAssociationRequest
-
Packages that use CreateExtensionAssociationRequest 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.transform -
-
Uses of CreateExtensionAssociationRequest in software.amazon.awssdk.services.appconfig
Methods in software.amazon.awssdk.services.appconfig with parameters of type CreateExtensionAssociationRequest Modifier and Type Method Description default CompletableFuture<CreateExtensionAssociationResponse>AppConfigAsyncClient. 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 CreateExtensionAssociationResponseAppConfigClient. 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. -
Uses of CreateExtensionAssociationRequest in software.amazon.awssdk.services.appconfig.transform
Methods in software.amazon.awssdk.services.appconfig.transform with parameters of type CreateExtensionAssociationRequest Modifier and Type Method Description SdkHttpFullRequestCreateExtensionAssociationRequestMarshaller. marshall(CreateExtensionAssociationRequest createExtensionAssociationRequest)
-