| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicecatalogappregistry.model | |
| software.amazon.awssdk.services.servicecatalogappregistry.paginators |
| Modifier and Type | Method and Description |
|---|---|
AttributeGroupSummary |
DeleteAttributeGroupResponse.attributeGroup()
Information about the deleted attribute group.
|
| Modifier and Type | Method and Description |
|---|---|
List<AttributeGroupSummary> |
ListAttributeGroupsResponse.attributeGroups()
This list of attribute groups.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteAttributeGroupResponse.Builder |
DeleteAttributeGroupResponse.Builder.attributeGroup(AttributeGroupSummary attributeGroup)
Information about the deleted attribute group.
|
ListAttributeGroupsResponse.Builder |
ListAttributeGroupsResponse.Builder.attributeGroups(AttributeGroupSummary... attributeGroups)
This list of attribute groups.
|
| Modifier and Type | Method and Description |
|---|---|
ListAttributeGroupsResponse.Builder |
ListAttributeGroupsResponse.Builder.attributeGroups(Collection<AttributeGroupSummary> attributeGroups)
This list of attribute groups.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<AttributeGroupSummary> |
ListAttributeGroupsPublisher.attributeGroups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<AttributeGroupSummary> |
ListAttributeGroupsIterable.attributeGroups()
Returns an iterable to iterate through the paginated
ListAttributeGroupsResponse.attributeGroups()
member. |
Copyright © 2023. All rights reserved.