Management Operation Service Async
Types
Link copied to clipboard
interface WithRawResponse
A view of ManagementOperationServiceAsync that provides access to raw HTTP responses for each method.
Functions
Link copied to clipboard
abstract suspend fun create(params: ManagementOperationCreateParams, requestOptions: RequestOptions = RequestOptions.none()): ManagementOperationTransaction
Create management operation
Link copied to clipboard
abstract suspend fun list(params: ManagementOperationListParams = ManagementOperationListParams.none(), requestOptions: RequestOptions = RequestOptions.none()): ManagementOperationListPageAsync
List management operations
Link copied to clipboard
abstract suspend fun retrieve(params: ManagementOperationRetrieveParams, requestOptions: RequestOptions = RequestOptions.none()): ManagementOperationTransaction
open suspend fun retrieve(managementOperationToken: String, requestOptions: RequestOptions): ManagementOperationTransaction
open suspend fun retrieve(managementOperationToken: String, params: ManagementOperationRetrieveParams = ManagementOperationRetrieveParams.none(), requestOptions: RequestOptions = RequestOptions.none()): ManagementOperationTransaction
Get management operation
Link copied to clipboard
abstract suspend fun reverse(params: ManagementOperationReverseParams, requestOptions: RequestOptions = RequestOptions.none()): ManagementOperationTransaction
open suspend fun reverse(managementOperationToken: String, params: ManagementOperationReverseParams, requestOptions: RequestOptions = RequestOptions.none()): ManagementOperationTransaction
Reverse a management operation
Link copied to clipboard
abstract fun withOptions(modifier: (ClientOptions.Builder) -> Unit): ManagementOperationServiceAsync
Returns a view of this service with the given option modifications applied.
Link copied to clipboard
Returns a view of this service that provides access to raw HTTP responses for each method.