-
public final class SnapshotClientExtKt
-
-
Method Summary
Modifier and Type Method Description final GetSnapshotsResponse
getAsync(SnapshotClient $self, GetSnapshotsRequest request, RequestOptions requestOptions)
final AcknowledgedResponse
deleteAsync(SnapshotClient $self, DeleteSnapshotRequest request, RequestOptions requestOptions)
final CreateSnapshotResponse
createAsync(SnapshotClient $self, CreateSnapshotRequest request, RequestOptions requestOptions)
final GetRepositoriesResponse
getRepositoryAsync(SnapshotClient $self, GetRepositoriesRequest request, RequestOptions requestOptions)
final AcknowledgedResponse
createRepositoryAsync(SnapshotClient $self, PutRepositoryRequest request, RequestOptions requestOptions)
final AcknowledgedResponse
deleteRepositoryAsync(SnapshotClient $self, DeleteRepositoryRequest request, RequestOptions requestOptions)
final VerifyRepositoryResponse
verifyRepositoryAsync(SnapshotClient $self, VerifyRepositoryRequest request, RequestOptions requestOptions)
final CleanupRepositoryResponse
cleanupRepositoryAsync(SnapshotClient $self, CleanupRepositoryRequest request, RequestOptions requestOptions)
final SnapshotsStatusResponse
statusAsync(SnapshotClient $self, SnapshotsStatusRequest request, RequestOptions requestOptions)
final RestoreSnapshotResponse
restoreAsync(SnapshotClient $self, RestoreSnapshotRequest request, RequestOptions requestOptions)
-
-
Method Detail
-
getAsync
final GetSnapshotsResponse getAsync(SnapshotClient $self, GetSnapshotsRequest request, RequestOptions requestOptions)
-
deleteAsync
final AcknowledgedResponse deleteAsync(SnapshotClient $self, DeleteSnapshotRequest request, RequestOptions requestOptions)
-
createAsync
final CreateSnapshotResponse createAsync(SnapshotClient $self, CreateSnapshotRequest request, RequestOptions requestOptions)
-
getRepositoryAsync
final GetRepositoriesResponse getRepositoryAsync(SnapshotClient $self, GetRepositoriesRequest request, RequestOptions requestOptions)
-
createRepositoryAsync
final AcknowledgedResponse createRepositoryAsync(SnapshotClient $self, PutRepositoryRequest request, RequestOptions requestOptions)
-
deleteRepositoryAsync
final AcknowledgedResponse deleteRepositoryAsync(SnapshotClient $self, DeleteRepositoryRequest request, RequestOptions requestOptions)
-
verifyRepositoryAsync
final VerifyRepositoryResponse verifyRepositoryAsync(SnapshotClient $self, VerifyRepositoryRequest request, RequestOptions requestOptions)
-
cleanupRepositoryAsync
final CleanupRepositoryResponse cleanupRepositoryAsync(SnapshotClient $self, CleanupRepositoryRequest request, RequestOptions requestOptions)
-
statusAsync
final SnapshotsStatusResponse statusAsync(SnapshotClient $self, SnapshotsStatusRequest request, RequestOptions requestOptions)
-
restoreAsync
final RestoreSnapshotResponse restoreAsync(SnapshotClient $self, RestoreSnapshotRequest request, RequestOptions requestOptions)
-
-
-
-