Uses of Interface
software.amazon.awssdk.services.glue.model.ListBlueprintsResponse.Builder
-
Packages that use ListBlueprintsResponse.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of ListBlueprintsResponse.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return ListBlueprintsResponse.Builder Modifier and Type Method Description ListBlueprintsResponse.BuilderListBlueprintsResponse.Builder. blueprints(String... blueprints)List of names of blueprints in the account.ListBlueprintsResponse.BuilderListBlueprintsResponse.Builder. blueprints(Collection<String> blueprints)List of names of blueprints in the account.static ListBlueprintsResponse.BuilderListBlueprintsResponse. builder()ListBlueprintsResponse.BuilderListBlueprintsResponse.Builder. nextToken(String nextToken)A continuation token, if not all blueprint names have been returned.ListBlueprintsResponse.BuilderListBlueprintsResponse. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type ListBlueprintsResponse.Builder Modifier and Type Method Description static Class<? extends ListBlueprintsResponse.Builder>ListBlueprintsResponse. serializableBuilderClass()
-