Uses of Class
software.amazon.awssdk.services.servicecatalogappregistry.model.AttributeGroupDetails
-
Packages that use AttributeGroupDetails Package Description software.amazon.awssdk.services.servicecatalogappregistry.model software.amazon.awssdk.services.servicecatalogappregistry.paginators -
-
Uses of AttributeGroupDetails in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type AttributeGroupDetails Modifier and Type Method Description List<AttributeGroupDetails>ListAttributeGroupsForApplicationResponse. attributeGroupsDetails()The details related to a specific attribute group.Methods in software.amazon.awssdk.services.servicecatalogappregistry.model with parameters of type AttributeGroupDetails Modifier and Type Method Description ListAttributeGroupsForApplicationResponse.BuilderListAttributeGroupsForApplicationResponse.Builder. attributeGroupsDetails(AttributeGroupDetails... attributeGroupsDetails)The details related to a specific attribute group.Method parameters in software.amazon.awssdk.services.servicecatalogappregistry.model with type arguments of type AttributeGroupDetails Modifier and Type Method Description ListAttributeGroupsForApplicationResponse.BuilderListAttributeGroupsForApplicationResponse.Builder. attributeGroupsDetails(Collection<AttributeGroupDetails> attributeGroupsDetails)The details related to a specific attribute group. -
Uses of AttributeGroupDetails in software.amazon.awssdk.services.servicecatalogappregistry.paginators
Methods in software.amazon.awssdk.services.servicecatalogappregistry.paginators that return types with arguments of type AttributeGroupDetails Modifier and Type Method Description SdkIterable<AttributeGroupDetails>ListAttributeGroupsForApplicationIterable. attributeGroupsDetails()Returns an iterable to iterate through the paginatedListAttributeGroupsForApplicationResponse.attributeGroupsDetails()member.SdkPublisher<AttributeGroupDetails>ListAttributeGroupsForApplicationPublisher. attributeGroupsDetails()Returns a publisher that can be used to get a stream of data.
-