Class GetKey
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.ibm_key_protect_api.v2.model.GetKey
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetKey extends com.ibm.cloud.sdk.core.service.model.GenericModel
The base schema for retrieving keys.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectionMetadata
getMetadata()
Gets the metadata.List<KeyWithPayload>
getResources()
Gets the resources.
-
-
-
Method Detail
-
getMetadata
public CollectionMetadata getMetadata()
Gets the metadata. The metadata that describes the resource array.- Returns:
- the metadata
-
getResources
public List<KeyWithPayload> getResources()
Gets the resources. A collection of resources.- Returns:
- the resources
-
-