Uses of Interface
software.amazon.awssdk.services.servicecatalogappregistry.model.UpdateAttributeGroupRequest.Builder
-
Packages that use UpdateAttributeGroupRequest.Builder Package Description software.amazon.awssdk.services.servicecatalogappregistry Amazon Web Services Service Catalog AppRegistry enables organizations to understand the application context of their Amazon Web Services resources.software.amazon.awssdk.services.servicecatalogappregistry.model -
-
Uses of UpdateAttributeGroupRequest.Builder in software.amazon.awssdk.services.servicecatalogappregistry
Method parameters in software.amazon.awssdk.services.servicecatalogappregistry with type arguments of type UpdateAttributeGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateAttributeGroupResponse>ServiceCatalogAppRegistryAsyncClient. updateAttributeGroup(Consumer<UpdateAttributeGroupRequest.Builder> updateAttributeGroupRequest)Updates an existing attribute group with new details.default UpdateAttributeGroupResponseServiceCatalogAppRegistryClient. updateAttributeGroup(Consumer<UpdateAttributeGroupRequest.Builder> updateAttributeGroupRequest)Updates an existing attribute group with new details. -
Uses of UpdateAttributeGroupRequest.Builder in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return UpdateAttributeGroupRequest.Builder Modifier and Type Method Description UpdateAttributeGroupRequest.BuilderUpdateAttributeGroupRequest.Builder. attributeGroup(String attributeGroup)The name, ID, or ARN of the attribute group that holds the attributes to describe the application.UpdateAttributeGroupRequest.BuilderUpdateAttributeGroupRequest.Builder. attributes(String attributes)A JSON string in the form of nested key-value pairs that represent the attributes in the group and describes an application and its components.static UpdateAttributeGroupRequest.BuilderUpdateAttributeGroupRequest. builder()UpdateAttributeGroupRequest.BuilderUpdateAttributeGroupRequest.Builder. description(String description)The description of the attribute group that the user provides.UpdateAttributeGroupRequest.BuilderUpdateAttributeGroupRequest.Builder. name(String name)Deprecated.Name update for attribute group is deprecated.UpdateAttributeGroupRequest.BuilderUpdateAttributeGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateAttributeGroupRequest.BuilderUpdateAttributeGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateAttributeGroupRequest.BuilderUpdateAttributeGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type UpdateAttributeGroupRequest.Builder Modifier and Type Method Description static Class<? extends UpdateAttributeGroupRequest.Builder>UpdateAttributeGroupRequest. serializableBuilderClass()
-