public interface ConnectedAccounts extends Service, ConnectedAccountsTypes
_VAPI_SERVICE_ID
Modifier and Type | Method and Description |
---|---|
AwsCustomerConnectedAccount |
delete(java.lang.String org,
java.lang.String linkedAccountPathId,
java.lang.Boolean forceEvenWhenSddcPresent)
Delete a particular connected (linked) account.
|
void |
delete(java.lang.String org,
java.lang.String linkedAccountPathId,
java.lang.Boolean forceEvenWhenSddcPresent,
AsyncCallback<AwsCustomerConnectedAccount> asyncCallback)
Delete a particular connected (linked) account.
|
void |
delete(java.lang.String org,
java.lang.String linkedAccountPathId,
java.lang.Boolean forceEvenWhenSddcPresent,
AsyncCallback<AwsCustomerConnectedAccount> asyncCallback,
InvocationConfig invocationConfig)
Delete a particular connected (linked) account.
|
AwsCustomerConnectedAccount |
delete(java.lang.String org,
java.lang.String linkedAccountPathId,
java.lang.Boolean forceEvenWhenSddcPresent,
InvocationConfig invocationConfig)
Delete a particular connected (linked) account.
|
java.util.List<AwsCustomerConnectedAccount> |
get(java.lang.String org,
java.lang.String provider)
Get a list of connected accounts
|
void |
get(java.lang.String org,
java.lang.String provider,
AsyncCallback<java.util.List<AwsCustomerConnectedAccount>> asyncCallback)
Get a list of connected accounts
|
void |
get(java.lang.String org,
java.lang.String provider,
AsyncCallback<java.util.List<AwsCustomerConnectedAccount>> asyncCallback,
InvocationConfig invocationConfig)
Get a list of connected accounts
|
java.util.List<AwsCustomerConnectedAccount> |
get(java.lang.String org,
java.lang.String provider,
InvocationConfig invocationConfig)
Get a list of connected accounts
|
AwsCustomerConnectedAccount delete(java.lang.String org, java.lang.String linkedAccountPathId, java.lang.Boolean forceEvenWhenSddcPresent)
Synchronous method overload. Result of the invocation will be reported as a method return value.
org
- Organization identifier (required)linkedAccountPathId
- The linked connected account identifier (required)forceEvenWhenSddcPresent
- When true, forcibly removes a connected account even when SDDC's are still
linked to it. (optional)Unauthenticated
- UnauthorizedInvalidRequest
- An invalid connected account ID was specified, or the connection still has SDDCs
active on it.Unauthorized
- ForbiddenAwsCustomerConnectedAccount delete(java.lang.String org, java.lang.String linkedAccountPathId, java.lang.Boolean forceEvenWhenSddcPresent, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
org
- Organization identifier (required)linkedAccountPathId
- The linked connected account identifier (required)forceEvenWhenSddcPresent
- When true, forcibly removes a connected account even when SDDC's are still
linked to it. (optional)invocationConfig
- Configuration for the method invocation.Unauthenticated
- UnauthorizedInvalidRequest
- An invalid connected account ID was specified, or the connection still has SDDCs
active on it.Unauthorized
- Forbiddenvoid delete(java.lang.String org, java.lang.String linkedAccountPathId, java.lang.Boolean forceEvenWhenSddcPresent, AsyncCallback<AwsCustomerConnectedAccount> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.vmc.model.AwsCustomerConnectedAccount
Operation Errors:
Unauthenticated
- Unauthorized
InvalidRequest
- An invalid connected account ID was specified, or the connection still has SDDCs
active on it.
Unauthorized
- Forbidden
org
- Organization identifier (required)linkedAccountPathId
- The linked connected account identifier (required)forceEvenWhenSddcPresent
- When true, forcibly removes a connected account even when SDDC's are still
linked to it. (optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void delete(java.lang.String org, java.lang.String linkedAccountPathId, java.lang.Boolean forceEvenWhenSddcPresent, AsyncCallback<AwsCustomerConnectedAccount> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Invocation Result:
com.vmware.vmc.model.AwsCustomerConnectedAccount
Operation Errors:
Unauthenticated
- Unauthorized
InvalidRequest
- An invalid connected account ID was specified, or the connection still has SDDCs
active on it.
Unauthorized
- Forbidden
org
- Organization identifier (required)linkedAccountPathId
- The linked connected account identifier (required)forceEvenWhenSddcPresent
- When true, forcibly removes a connected account even when SDDC's are still
linked to it. (optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.java.util.List<AwsCustomerConnectedAccount> get(java.lang.String org, java.lang.String provider)
Synchronous method overload. Result of the invocation will be reported as a method return value.
org
- Organization identifier (required)provider
- The cloud provider of the SDDC (AWS or ZeroCloud). Default value is AWS.
(optional)Unauthenticated
- UnauthorizedUnauthorized
- Forbiddenjava.util.List<AwsCustomerConnectedAccount> get(java.lang.String org, java.lang.String provider, InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
org
- Organization identifier (required)provider
- The cloud provider of the SDDC (AWS or ZeroCloud). Default value is AWS.
(optional)invocationConfig
- Configuration for the method invocation.Unauthenticated
- UnauthorizedUnauthorized
- Forbiddenvoid get(java.lang.String org, java.lang.String provider, AsyncCallback<java.util.List<AwsCustomerConnectedAccount>> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden
org
- Organization identifier (required)provider
- The cloud provider of the SDDC (AWS or ZeroCloud). Default value is AWS.
(optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String org, java.lang.String provider, AsyncCallback<java.util.List<AwsCustomerConnectedAccount>> asyncCallback, InvocationConfig invocationConfig)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden
org
- Organization identifier (required)provider
- The cloud provider of the SDDC (AWS or ZeroCloud). Default value is AWS.
(optional)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.