Uses of Interface
software.amazon.awssdk.services.servicecatalogappregistry.model.CreateAttributeGroupRequest.Builder
-
Packages that use CreateAttributeGroupRequest.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 CreateAttributeGroupRequest.Builder in software.amazon.awssdk.services.servicecatalogappregistry
Method parameters in software.amazon.awssdk.services.servicecatalogappregistry with type arguments of type CreateAttributeGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateAttributeGroupResponse>ServiceCatalogAppRegistryAsyncClient. createAttributeGroup(Consumer<CreateAttributeGroupRequest.Builder> createAttributeGroupRequest)Creates a new attribute group as a container for user-defined attributes.default CreateAttributeGroupResponseServiceCatalogAppRegistryClient. createAttributeGroup(Consumer<CreateAttributeGroupRequest.Builder> createAttributeGroupRequest)Creates a new attribute group as a container for user-defined attributes. -
Uses of CreateAttributeGroupRequest.Builder in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return CreateAttributeGroupRequest.Builder Modifier and Type Method Description CreateAttributeGroupRequest.BuilderCreateAttributeGroupRequest.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 CreateAttributeGroupRequest.BuilderCreateAttributeGroupRequest. builder()CreateAttributeGroupRequest.BuilderCreateAttributeGroupRequest.Builder. clientToken(String clientToken)A unique identifier that you provide to ensure idempotency.CreateAttributeGroupRequest.BuilderCreateAttributeGroupRequest.Builder. description(String description)The description of the attribute group that the user provides.CreateAttributeGroupRequest.BuilderCreateAttributeGroupRequest.Builder. name(String name)The name of the attribute group.CreateAttributeGroupRequest.BuilderCreateAttributeGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateAttributeGroupRequest.BuilderCreateAttributeGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateAttributeGroupRequest.BuilderCreateAttributeGroupRequest.Builder. tags(Map<String,String> tags)Key-value pairs you can use to associate with the attribute group.CreateAttributeGroupRequest.BuilderCreateAttributeGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type CreateAttributeGroupRequest.Builder Modifier and Type Method Description static Class<? extends CreateAttributeGroupRequest.Builder>CreateAttributeGroupRequest. serializableBuilderClass()
-