Uses of Interface
software.amazon.awssdk.services.cloudformation.model.Warnings.Builder
-
Packages that use Warnings.Builder Package Description software.amazon.awssdk.services.cloudformation.model -
-
Uses of Warnings.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return Warnings.Builder Modifier and Type Method Description static Warnings.BuilderWarnings. builder()Warnings.BuilderWarnings. toBuilder()Warnings.BuilderWarnings.Builder. unrecognizedResourceTypes(String... unrecognizedResourceTypes)A list of all of the unrecognized resource types.Warnings.BuilderWarnings.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.Builder Modifier and Type Method Description static Class<? extends Warnings.Builder>Warnings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type Warnings.Builder Modifier and Type Method Description default GetTemplateSummaryResponse.BuilderGetTemplateSummaryResponse.Builder. warnings(Consumer<Warnings.Builder> warnings)An object that contains any warnings returned.
-