Uses of Class
software.amazon.awssdk.services.lightsail.model.KeyPair
-
Packages that use KeyPair Package Description software.amazon.awssdk.services.lightsail.model -
-
Uses of KeyPair in software.amazon.awssdk.services.lightsail.model
Methods in software.amazon.awssdk.services.lightsail.model that return KeyPair Modifier and Type Method Description KeyPairCreateKeyPairResponse. keyPair()An array of key-value pairs containing information about the new key pair you just created.KeyPairGetKeyPairResponse. keyPair()An array of key-value pairs containing information about the key pair.Methods in software.amazon.awssdk.services.lightsail.model that return types with arguments of type KeyPair Modifier and Type Method Description List<KeyPair>GetKeyPairsResponse. keyPairs()An array of key-value pairs containing information about the key pairs.Methods in software.amazon.awssdk.services.lightsail.model with parameters of type KeyPair Modifier and Type Method Description CreateKeyPairResponse.BuilderCreateKeyPairResponse.Builder. keyPair(KeyPair keyPair)An array of key-value pairs containing information about the new key pair you just created.GetKeyPairResponse.BuilderGetKeyPairResponse.Builder. keyPair(KeyPair keyPair)An array of key-value pairs containing information about the key pair.GetKeyPairsResponse.BuilderGetKeyPairsResponse.Builder. keyPairs(KeyPair... keyPairs)An array of key-value pairs containing information about the key pairs.Method parameters in software.amazon.awssdk.services.lightsail.model with type arguments of type KeyPair Modifier and Type Method Description GetKeyPairsResponse.BuilderGetKeyPairsResponse.Builder. keyPairs(Collection<KeyPair> keyPairs)An array of key-value pairs containing information about the key pairs.
-