Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.AttributeGroupSummary
-
Packages that use AttributeGroupSummary Package Description software.amazon.awssdk.services.servicecatalogappregistry.model software.amazon.awssdk.services.servicecatalogappregistry.paginators -
-
Uses of AttributeGroupSummary in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return AttributeGroupSummary Modifier and Type Method Description AttributeGroupSummaryDeleteAttributeGroupResponse. attributeGroup()Information about the deleted attribute group.Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type AttributeGroupSummary Modifier and Type Method Description List<AttributeGroupSummary>ListAttributeGroupsResponse. attributeGroups()This list of attribute groups.Methods in software.amazon.awssdk.services.servicecatalogappregistry.model with parameters of type AttributeGroupSummary Modifier and Type Method Description DeleteAttributeGroupResponse.BuilderDeleteAttributeGroupResponse.Builder. attributeGroup(AttributeGroupSummary attributeGroup)Information about the deleted attribute group.ListAttributeGroupsResponse.BuilderListAttributeGroupsResponse.Builder. attributeGroups(AttributeGroupSummary... attributeGroups)This list of attribute groups.Method parameters in software.amazon.awssdk.services.servicecatalogappregistry.model with type arguments of type AttributeGroupSummary Modifier and Type Method Description ListAttributeGroupsResponse.BuilderListAttributeGroupsResponse.Builder. attributeGroups(Collection<AttributeGroupSummary> attributeGroups)This list of attribute groups. -
Uses of AttributeGroupSummary in software.amazon.awssdk.services.servicecatalogappregistry.paginators
Methods in software.amazon.awssdk.services.servicecatalogappregistry.paginators that return types with arguments of type AttributeGroupSummary Modifier and Type Method Description SdkIterable<AttributeGroupSummary>ListAttributeGroupsIterable. attributeGroups()Returns an iterable to iterate through the paginatedListAttributeGroupsResponse.attributeGroups()member.SdkPublisher<AttributeGroupSummary>ListAttributeGroupsPublisher. attributeGroups()Returns a publisher that can be used to get a stream of data.
-