Uses of Interface
software.amazon.awssdk.services.cloudformation.model.TypeFilters.Builder
-
Packages that use TypeFilters.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of TypeFilters.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return TypeFilters.Builder Modifier and Type Method Description static TypeFilters.BuilderTypeFilters. builder()TypeFilters.BuilderTypeFilters.Builder. category(String category)The category of extensions to return.TypeFilters.BuilderTypeFilters.Builder. category(Category category)The category of extensions to return.TypeFilters.BuilderTypeFilters.Builder. publisherId(String publisherId)The id of the publisher of the extension.TypeFilters.BuilderTypeFilters. toBuilder()TypeFilters.BuilderTypeFilters.Builder. typeNamePrefix(String typeNamePrefix)A prefix to use as a filter for results.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type TypeFilters.Builder Modifier and Type Method Description static Class<? extends TypeFilters.Builder>TypeFilters. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type TypeFilters.Builder Modifier and Type Method Description default ListTypesRequest.BuilderListTypesRequest.Builder. filters(Consumer<TypeFilters.Builder> filters)Filter criteria to use in determining which extensions to return.
-