Uses of Class
com.exoscale.sdk.model.CreateApiKeyRequest
-
Packages that use CreateApiKeyRequest Package Description com.exoscale.sdk.api com.exoscale.sdk.model -
-
Uses of CreateApiKeyRequest in com.exoscale.sdk.api
Methods in com.exoscale.sdk.api with parameters of type CreateApiKeyRequest Modifier and Type Method Description IamApiKeyCreated
ExoscaleApi. createApiKey(CreateApiKeyRequest createApiKeyRequest)
Create a new API key -
Uses of CreateApiKeyRequest in com.exoscale.sdk.model
Methods in com.exoscale.sdk.model that return CreateApiKeyRequest Modifier and Type Method Description CreateApiKeyRequest
CreateApiKeyRequest. name(String name)
CreateApiKeyRequest
CreateApiKeyRequest. roleId(UUID roleId)
-