Uses of Class
software.amazon.awssdk.services.m2.model.AlternateKey
-
Packages that use AlternateKey Package Description software.amazon.awssdk.services.m2.model -
-
Uses of AlternateKey in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type AlternateKey Modifier and Type Method Description List<AlternateKey>VsamAttributes. alternateKeys()The alternate key definitions, if any.List<AlternateKey>VsamDetailAttributes. alternateKeys()The alternate key definitions, if any.Methods in software.amazon.awssdk.services.m2.model with parameters of type AlternateKey Modifier and Type Method Description VsamAttributes.BuilderVsamAttributes.Builder. alternateKeys(AlternateKey... alternateKeys)The alternate key definitions, if any.VsamDetailAttributes.BuilderVsamDetailAttributes.Builder. alternateKeys(AlternateKey... alternateKeys)The alternate key definitions, if any.Method parameters in software.amazon.awssdk.services.m2.model with type arguments of type AlternateKey Modifier and Type Method Description VsamAttributes.BuilderVsamAttributes.Builder. alternateKeys(Collection<AlternateKey> alternateKeys)The alternate key definitions, if any.VsamDetailAttributes.BuilderVsamDetailAttributes.Builder. alternateKeys(Collection<AlternateKey> alternateKeys)The alternate key definitions, if any.
-