Uses of Interface
software.amazon.awssdk.services.servicecatalogappregistry.model.ListAttributeGroupsRequest.Builder
-
Packages that use ListAttributeGroupsRequest.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 ListAttributeGroupsRequest.Builder in software.amazon.awssdk.services.servicecatalogappregistry
Method parameters in software.amazon.awssdk.services.servicecatalogappregistry with type arguments of type ListAttributeGroupsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListAttributeGroupsResponse>ServiceCatalogAppRegistryAsyncClient. listAttributeGroups(Consumer<ListAttributeGroupsRequest.Builder> listAttributeGroupsRequest)Lists all attribute groups which you have access to.default ListAttributeGroupsResponseServiceCatalogAppRegistryClient. listAttributeGroups(Consumer<ListAttributeGroupsRequest.Builder> listAttributeGroupsRequest)Lists all attribute groups which you have access to.default ListAttributeGroupsPublisherServiceCatalogAppRegistryAsyncClient. listAttributeGroupsPaginator(Consumer<ListAttributeGroupsRequest.Builder> listAttributeGroupsRequest)default ListAttributeGroupsIterableServiceCatalogAppRegistryClient. listAttributeGroupsPaginator(Consumer<ListAttributeGroupsRequest.Builder> listAttributeGroupsRequest) -
Uses of ListAttributeGroupsRequest.Builder in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return ListAttributeGroupsRequest.Builder Modifier and Type Method Description static ListAttributeGroupsRequest.BuilderListAttributeGroupsRequest. builder()ListAttributeGroupsRequest.BuilderListAttributeGroupsRequest.Builder. maxResults(Integer maxResults)The upper bound of the number of results to return (cannot exceed 25).ListAttributeGroupsRequest.BuilderListAttributeGroupsRequest.Builder. nextToken(String nextToken)The token to use to get the next page of results after a previous API call.ListAttributeGroupsRequest.BuilderListAttributeGroupsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAttributeGroupsRequest.BuilderListAttributeGroupsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAttributeGroupsRequest.BuilderListAttributeGroupsRequest. toBuilder()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type ListAttributeGroupsRequest.Builder Modifier and Type Method Description static Class<? extends ListAttributeGroupsRequest.Builder>ListAttributeGroupsRequest. serializableBuilderClass()
-