Uses of Class
com.ibm.cloud.is.vpc.v1.model.Key
-
Packages that use Key Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of Key in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type Key Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<Key>
Vpc. createKey(CreateKeyOptions createKeyOptions)
Create a key.com.ibm.cloud.sdk.core.http.ServiceCall<Key>
Vpc. getKey(GetKeyOptions getKeyOptions)
Retrieve a key.com.ibm.cloud.sdk.core.http.ServiceCall<Key>
Vpc. updateKey(UpdateKeyOptions updateKeyOptions)
Update a key. -
Uses of Key in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type Key Modifier and Type Method Description List<Key>
KeysPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<Key>
KeyCollection. getKeys()
Gets the keys.List<Key>
KeysPager. getNext()
Returns the next page of results.
-