Uses of Interface
software.amazon.awssdk.services.backup.model.IndexAction.Builder
-
Packages that use IndexAction.Builder Package Description software.amazon.awssdk.services.backup.model -
-
Uses of IndexAction.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return IndexAction.Builder Modifier and Type Method Description static IndexAction.BuilderIndexAction. builder()IndexAction.BuilderIndexAction.Builder. resourceTypes(String... resourceTypes)0 or 1 index action will be accepted for each BackupRule.IndexAction.BuilderIndexAction.Builder. resourceTypes(Collection<String> resourceTypes)0 or 1 index action will be accepted for each BackupRule.IndexAction.BuilderIndexAction. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type IndexAction.Builder Modifier and Type Method Description static Class<? extends IndexAction.Builder>IndexAction. serializableBuilderClass()
-