public class ProvidersStub extends com.vmware.vapi.internal.bindings.Stub implements Providers
Providers
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
ProvidersStub(ApiProvider apiProvider,
StubConfigurationBase config) |
ProvidersStub(ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
StubConfigurationBase config) |
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.
|
public ProvidersStub(ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, StubConfigurationBase config)
public ProvidersStub(ApiProvider apiProvider, StubConfigurationBase config)
public java.util.List<AwsCloudProvider> list(java.lang.String org)
Providers
Synchronous method overload. Result of the invocation will be reported as a method return value.
public java.util.List<AwsCloudProvider> list(java.lang.String org, InvocationConfig invocationConfig)
Providers
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
public void list(java.lang.String org, AsyncCallback<java.util.List<AwsCloudProvider>> asyncCallback)
Providers
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
public void list(java.lang.String org, AsyncCallback<java.util.List<AwsCloudProvider>> asyncCallback, InvocationConfig invocationConfig)
Providers
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