Uses of Interface
software.amazon.awssdk.services.servicecatalogappregistry.model.ListAssociatedAttributeGroupsRequest.Builder
-
Packages that use ListAssociatedAttributeGroupsRequest.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 ListAssociatedAttributeGroupsRequest.Builder in software.amazon.awssdk.services.servicecatalogappregistry
Method parameters in software.amazon.awssdk.services.servicecatalogappregistry with type arguments of type ListAssociatedAttributeGroupsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAssociatedAttributeGroupsResponse>ServiceCatalogAppRegistryAsyncClient. listAssociatedAttributeGroups(Consumer<ListAssociatedAttributeGroupsRequest.Builder> listAssociatedAttributeGroupsRequest)Lists all attribute groups that are associated with specified application.default ListAssociatedAttributeGroupsResponseServiceCatalogAppRegistryClient. listAssociatedAttributeGroups(Consumer<ListAssociatedAttributeGroupsRequest.Builder> listAssociatedAttributeGroupsRequest)Lists all attribute groups that are associated with specified application.default ListAssociatedAttributeGroupsPublisherServiceCatalogAppRegistryAsyncClient. listAssociatedAttributeGroupsPaginator(Consumer<ListAssociatedAttributeGroupsRequest.Builder> listAssociatedAttributeGroupsRequest)Lists all attribute groups that are associated with specified application.default ListAssociatedAttributeGroupsIterableServiceCatalogAppRegistryClient. listAssociatedAttributeGroupsPaginator(Consumer<ListAssociatedAttributeGroupsRequest.Builder> listAssociatedAttributeGroupsRequest)Lists all attribute groups that are associated with specified application. -
Uses of ListAssociatedAttributeGroupsRequest.Builder in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return ListAssociatedAttributeGroupsRequest.Builder Modifier and Type Method Description ListAssociatedAttributeGroupsRequest.BuilderListAssociatedAttributeGroupsRequest.Builder. application(String application)The name or ID of the application.static ListAssociatedAttributeGroupsRequest.BuilderListAssociatedAttributeGroupsRequest. builder()ListAssociatedAttributeGroupsRequest.BuilderListAssociatedAttributeGroupsRequest.Builder. maxResults(Integer maxResults)The upper bound of the number of results to return (cannot exceed 25).ListAssociatedAttributeGroupsRequest.BuilderListAssociatedAttributeGroupsRequest.Builder. nextToken(String nextToken)The token to use to get the next page of results after a previous API call.ListAssociatedAttributeGroupsRequest.BuilderListAssociatedAttributeGroupsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssociatedAttributeGroupsRequest.BuilderListAssociatedAttributeGroupsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAssociatedAttributeGroupsRequest.BuilderListAssociatedAttributeGroupsRequest. toBuilder()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type ListAssociatedAttributeGroupsRequest.Builder Modifier and Type Method Description static Class<? extends ListAssociatedAttributeGroupsRequest.Builder>ListAssociatedAttributeGroupsRequest. serializableBuilderClass()
-