| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateAttributeGroupResponse> |
ServiceCatalogAppRegistryAsyncClient.createAttributeGroup(Consumer<CreateAttributeGroupRequest.Builder> createAttributeGroupRequest)
Creates a new attribute group as a container for user-defined attributes.
|
default CreateAttributeGroupResponse |
ServiceCatalogAppRegistryClient.createAttributeGroup(Consumer<CreateAttributeGroupRequest.Builder> createAttributeGroupRequest)
Creates a new attribute group as a container for user-defined attributes.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAttributeGroupRequest.Builder |
CreateAttributeGroupRequest.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.Builder |
CreateAttributeGroupRequest.builder() |
CreateAttributeGroupRequest.Builder |
CreateAttributeGroupRequest.Builder.clientToken(String clientToken)
A unique identifier that you provide to ensure idempotency.
|
CreateAttributeGroupRequest.Builder |
CreateAttributeGroupRequest.Builder.description(String description)
The description of the attribute group that the user provides.
|
CreateAttributeGroupRequest.Builder |
CreateAttributeGroupRequest.Builder.name(String name)
The name of the attribute group.
|
CreateAttributeGroupRequest.Builder |
CreateAttributeGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateAttributeGroupRequest.Builder |
CreateAttributeGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateAttributeGroupRequest.Builder |
CreateAttributeGroupRequest.Builder.tags(Map<String,String> tags)
Key-value pairs you can use to associate with the attribute group.
|
CreateAttributeGroupRequest.Builder |
CreateAttributeGroupRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateAttributeGroupRequest.Builder> |
CreateAttributeGroupRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.