Uses of Interface
software.amazon.awssdk.services.cloudformation.model.Warnings.Builder
Packages that use Warnings.Builder
-
Uses of Warnings.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return Warnings.BuilderModifier and TypeMethodDescriptionstatic Warnings.BuilderWarnings.builder()Warnings.toBuilder()Warnings.Builder.unrecognizedResourceTypes(String... unrecognizedResourceTypes) A list of all of the unrecognized resource types.Warnings.Builder.unrecognizedResourceTypes(Collection<String> unrecognizedResourceTypes) A list of all of the unrecognized resource types.Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type Warnings.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Warnings.Builder>Warnings.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type Warnings.BuilderModifier and TypeMethodDescriptionGetTemplateSummaryResponse.Builder.warnings(Consumer<Warnings.Builder> warnings) An object that contains any warnings returned.