public interface Reservations extends Service, ReservationsTypes
_VAPI_SERVICE_ID
Modifier and Type | Method and Description |
---|---|
java.util.List<MaintenanceWindowEntry> |
list(java.lang.String org)
Deprecated.
|
void |
list(java.lang.String org,
AsyncCallback<java.util.List<MaintenanceWindowEntry>> asyncCallback)
Deprecated.
|
void |
list(java.lang.String org,
AsyncCallback<java.util.List<MaintenanceWindowEntry>> asyncCallback,
InvocationConfig invocationConfig)
Deprecated.
|
java.util.List<MaintenanceWindowEntry> |
list(java.lang.String org,
InvocationConfig invocationConfig)
Deprecated.
|
@Deprecated java.util.List<MaintenanceWindowEntry> 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
- Access not allowed to the operation for the current user@Deprecated java.util.List<MaintenanceWindowEntry> 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
- Access not allowed to the operation for the current user@Deprecated void list(java.lang.String org, AsyncCallback<java.util.List<MaintenanceWindowEntry>> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Operation Errors:
Unauthenticated
- Unauthorized
Unauthorized
- Access not allowed to the operation for the current user
org
- Organization identifier (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.@Deprecated void list(java.lang.String org, AsyncCallback<java.util.List<MaintenanceWindowEntry>> 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
- Access not allowed to the operation for the current user
org
- Organization identifier (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.