public interface Providers extends Service, ProvidersTypes
_VAPI_SERVICE_ID
Modifier and Type | Method and Description |
---|---|
java.util.List<AwsCloudProvider> |
list(java.lang.String org)
Synchronous method overload.
|
void |
list(java.lang.String org,
AsyncCallback<java.util.List<AwsCloudProvider>> asyncCallback)
Asynchronous method overload.
|
void |
list(java.lang.String org,
AsyncCallback<java.util.List<AwsCloudProvider>> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
java.util.List<AwsCloudProvider> |
list(java.lang.String org,
InvocationConfig invocationConfig)
Synchronous method overload.
|
java.util.List<AwsCloudProvider> list(java.lang.String org)
Synchronous method overload. Result of the invocation will be reported as a method return value.
Unauthenticated
- UnauthorizedUnauthorized
- ForbiddenNotFound
- Organization doesn't existjava.util.List<AwsCloudProvider> list(java.lang.String org, 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.
invocationConfig
- Configuration for the method invocation.Unauthenticated
- UnauthorizedUnauthorized
- ForbiddenNotFound
- Organization doesn't existvoid list(java.lang.String org, AsyncCallback<java.util.List<AwsCloudProvider>> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden
NotFound
- Organization doesn't exist
org
- Organization identifier (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void list(java.lang.String org, AsyncCallback<java.util.List<AwsCloudProvider>> 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
NotFound
- Organization doesn't exist
org
- Organization identifier (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.