Class Resources


  • public class Resources
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static <T extends com.pulumi.core.internal.Copyable<T>>
      T
      copyNullable​(T original)  
      protected static <T> java.util.List<T> copyNullableList​(java.util.List<T> original)  
      protected static <T> java.util.List<T> mergeNullableList​(java.util.List<T> original, java.util.List<T> additional)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • mergeNullableList

        @Nullable
        protected static <T> java.util.List<T> mergeNullableList​(@Nullable
                                                                 java.util.List<T> original,
                                                                 @Nullable
                                                                 java.util.List<T> additional)
      • copyNullableList

        protected static <T> java.util.List<T> copyNullableList​(@Nullable
                                                                java.util.List<T> original)
        Returns:
        a shallow copy of the original
      • copyNullable

        protected static <T extends com.pulumi.core.internal.Copyable<T>> T copyNullable​(@Nullable
                                                                                         T original)