public interface Requests extends Service, RequestsTypes
_VAPI_SERVICE_ID
Modifier and Type | Method and Description |
---|---|
ServiceQuotaRequest |
get(java.lang.String org,
java.lang.String serviceQuotaRequestId)
Get Service Quota Request by its Id
|
void |
get(java.lang.String org,
java.lang.String serviceQuotaRequestId,
AsyncCallback<ServiceQuotaRequest> asyncCallback)
Get Service Quota Request by its Id
|
void |
get(java.lang.String org,
java.lang.String serviceQuotaRequestId,
AsyncCallback<ServiceQuotaRequest> asyncCallback,
InvocationConfig invocationConfig)
Get Service Quota Request by its Id
|
ServiceQuotaRequest |
get(java.lang.String org,
java.lang.String serviceQuotaRequestId,
InvocationConfig invocationConfig)
Get Service Quota Request by its Id
|
java.util.List<ServiceQuotaRequest> |
list(java.lang.String org)
List all service quota requests of an org
|
void |
list(java.lang.String org,
AsyncCallback<java.util.List<ServiceQuotaRequest>> asyncCallback)
List all service quota requests of an org
|
void |
list(java.lang.String org,
AsyncCallback<java.util.List<ServiceQuotaRequest>> asyncCallback,
InvocationConfig invocationConfig)
List all service quota requests of an org
|
java.util.List<ServiceQuotaRequest> |
list(java.lang.String org,
InvocationConfig invocationConfig)
List all service quota requests of an org
|
ServiceQuotaRequest get(java.lang.String org, java.lang.String serviceQuotaRequestId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
org
- Organization identifier (required)serviceQuotaRequestId
- The UUID of the service quota request (required)Unauthenticated
- UnauthorizedUnauthorized
- ForbiddenServiceQuotaRequest get(java.lang.String org, java.lang.String serviceQuotaRequestId, 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)serviceQuotaRequestId
- The UUID of the service quota request (required)invocationConfig
- Configuration for the method invocation.Unauthenticated
- UnauthorizedUnauthorized
- Forbiddenvoid get(java.lang.String org, java.lang.String serviceQuotaRequestId, AsyncCallback<ServiceQuotaRequest> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.vmc.model.ServiceQuotaRequest
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden
org
- Organization identifier (required)serviceQuotaRequestId
- The UUID of the service quota request (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String org, java.lang.String serviceQuotaRequestId, AsyncCallback<ServiceQuotaRequest> 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.ServiceQuotaRequest
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Forbidden
org
- Organization identifier (required)serviceQuotaRequestId
- The UUID of the service quota request (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.java.util.List<ServiceQuotaRequest> list(java.lang.String org)
Synchronous method overload. Result of the invocation will be reported as a method return value.
org
- Organization identifier (required)Unauthenticated
- UnauthorizedUnauthorized
- Forbiddenjava.util.List<ServiceQuotaRequest> 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.
org
- Organization identifier (required)invocationConfig
- Configuration for the method invocation.Unauthenticated
- UnauthorizedUnauthorized
- Forbiddenvoid list(java.lang.String org, AsyncCallback<java.util.List<ServiceQuotaRequest>> 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)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.void list(java.lang.String org, AsyncCallback<java.util.List<ServiceQuotaRequest>> 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)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.