public class Apigee.Organizations.Environments.Keystores extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Environments.Keystores.Aliases
The "aliases" collection of methods.
|
class |
Apigee.Organizations.Environments.Keystores.Create |
class |
Apigee.Organizations.Environments.Keystores.Delete |
class |
Apigee.Organizations.Environments.Keystores.Get |
| Constructor and Description |
|---|
Keystores() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Environments.Keystores.Aliases |
aliases()
An accessor for creating requests from the Aliases collection.
|
Apigee.Organizations.Environments.Keystores.Create |
create(String parent,
GoogleCloudApigeeV1Keystore content)
Creates a keystore or truststore.
|
Apigee.Organizations.Environments.Keystores.Delete |
delete(String name)
Deletes a keystore or truststore.
|
Apigee.Organizations.Environments.Keystores.Get |
get(String name)
Gets a keystore or truststore.
|
public Apigee.Organizations.Environments.Keystores.Create create(String parent, GoogleCloudApigeeV1Keystore content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the environment in which to create the keystore. Use the following format in your
request: `organizations/{org}/environments/{env}`content - the GoogleCloudApigeeV1KeystoreIOExceptionpublic Apigee.Organizations.Environments.Keystores.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the keystore. Use the following format in your request:
`organizations/{org}/environments/{env}/keystores/{keystore}`IOExceptionpublic Apigee.Organizations.Environments.Keystores.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the keystore. Use the following format in your request:
`organizations/{org}/environments/{env}/keystores/{keystore}`.IOExceptionpublic Apigee.Organizations.Environments.Keystores.Aliases aliases()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Aliases.List request = apigee.aliases().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.