Uses of Interface
software.amazon.awssdk.utils.builder.ToCopyableBuilder
-
Packages that use ToCopyableBuilder Package Description software.amazon.awssdk.utils software.amazon.awssdk.utils.builder software.amazon.awssdk.utils.cache -
-
Uses of ToCopyableBuilder in software.amazon.awssdk.utils
Classes in software.amazon.awssdk.utils that implement ToCopyableBuilder Modifier and Type Class Description classAttributeMapA map fromAttributeMap.Key<T>toTthat ensures the values stored with a key matches the type associated with the key. -
Uses of ToCopyableBuilder in software.amazon.awssdk.utils.builder
Classes in software.amazon.awssdk.utils.builder with type parameters of type ToCopyableBuilder Modifier and Type Interface Description interfaceCopyableBuilder<B extends CopyableBuilder<B,T>,T extends ToCopyableBuilder<B,T>>A special type ofSdkBuilderthat can be used when the built type implementsToCopyableBuilder.interfaceToCopyableBuilder<B extends CopyableBuilder<B,T>,T extends ToCopyableBuilder<B,T>>Implementors of this interface provide a way to get from an instance of T to aCopyableBuilder. -
Uses of ToCopyableBuilder in software.amazon.awssdk.utils.cache
Classes in software.amazon.awssdk.utils.cache that implement ToCopyableBuilder Modifier and Type Class Description classRefreshResult<T>A wrapper for the value returned by theSupplierunderlying aCachedSupplier.
-