Uses of Interface
software.amazon.awssdk.services.servicecatalogappregistry.model.Integrations.Builder
-
Packages that use Integrations.Builder Package Description software.amazon.awssdk.services.servicecatalogappregistry.model -
-
Uses of Integrations.Builder in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return Integrations.Builder Modifier and Type Method Description default Integrations.BuilderIntegrations.Builder. applicationTagResourceGroup(Consumer<ResourceGroup.Builder> applicationTagResourceGroup)Sets the value of the ApplicationTagResourceGroup property for this object.Integrations.BuilderIntegrations.Builder. applicationTagResourceGroup(ResourceGroup applicationTagResourceGroup)Sets the value of the ApplicationTagResourceGroup property for this object.static Integrations.BuilderIntegrations. builder()default Integrations.BuilderIntegrations.Builder. resourceGroup(Consumer<ResourceGroup.Builder> resourceGroup)The information about the resource group integration.Integrations.BuilderIntegrations.Builder. resourceGroup(ResourceGroup resourceGroup)The information about the resource group integration.Integrations.BuilderIntegrations. toBuilder()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type Integrations.Builder Modifier and Type Method Description static Class<? extends Integrations.Builder>Integrations. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.servicecatalogappregistry.model with type arguments of type Integrations.Builder Modifier and Type Method Description default GetApplicationResponse.BuilderGetApplicationResponse.Builder. integrations(Consumer<Integrations.Builder> integrations)The information about the integration of the application with other services, such as Resource Groups.
-