Uses of Class
software.amazon.awssdk.services.acmpca.model.CustomExtension
-
Packages that use CustomExtension Package Description software.amazon.awssdk.services.acmpca.model -
-
Uses of CustomExtension in software.amazon.awssdk.services.acmpca.model
Methods in software.amazon.awssdk.services.acmpca.model that return types with arguments of type CustomExtension Modifier and Type Method Description List<CustomExtension>Extensions. customExtensions()Methods in software.amazon.awssdk.services.acmpca.model with parameters of type CustomExtension Modifier and Type Method Description Extensions.BuilderExtensions.Builder. customExtensions(CustomExtension... customExtensions)Method parameters in software.amazon.awssdk.services.acmpca.model with type arguments of type CustomExtension Modifier and Type Method Description Extensions.BuilderExtensions.Builder. customExtensions(Collection<CustomExtension> customExtensions)
-