pub trait DeleteSnapshotsMethodSupport {
    type O;

    fn with_delete_snapshots_method(
        self,
        delete_snapshots_method: DeleteSnapshotsMethod
    ) -> Self::O; }

Required Associated Types

Required Methods

Implementors