Uses of Interface
software.amazon.awssdk.services.servicecatalogappregistry.model.ListAttributeGroupsForApplicationRequest.Builder
-
Packages that use ListAttributeGroupsForApplicationRequest.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 ListAttributeGroupsForApplicationRequest.Builder in software.amazon.awssdk.services.servicecatalogappregistry
-
Uses of ListAttributeGroupsForApplicationRequest.Builder in software.amazon.awssdk.services.servicecatalogappregistry.model
Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return ListAttributeGroupsForApplicationRequest.Builder Modifier and Type Method Description ListAttributeGroupsForApplicationRequest.BuilderListAttributeGroupsForApplicationRequest.Builder. application(String application)The name or ID of the application.static ListAttributeGroupsForApplicationRequest.BuilderListAttributeGroupsForApplicationRequest. builder()ListAttributeGroupsForApplicationRequest.BuilderListAttributeGroupsForApplicationRequest.Builder. maxResults(Integer maxResults)The upper bound of the number of results to return.ListAttributeGroupsForApplicationRequest.BuilderListAttributeGroupsForApplicationRequest.Builder. nextToken(String nextToken)This token retrieves the next page of results after a previous API call.ListAttributeGroupsForApplicationRequest.BuilderListAttributeGroupsForApplicationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAttributeGroupsForApplicationRequest.BuilderListAttributeGroupsForApplicationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAttributeGroupsForApplicationRequest.BuilderListAttributeGroupsForApplicationRequest. toBuilder()Methods in software.amazon.awssdk.services.servicecatalogappregistry.model that return types with arguments of type ListAttributeGroupsForApplicationRequest.Builder Modifier and Type Method Description static Class<? extends ListAttributeGroupsForApplicationRequest.Builder>ListAttributeGroupsForApplicationRequest. serializableBuilderClass()
-